From 0fcdaab3ee770613d9fecbec6f2e91c301631acb Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 14 Aug 2024 16:13:08 -0400 Subject: [PATCH] Finalize --- NEWS.rst | 9 +++++++++ newsfragments/+4c8e90fb.bugfix.rst | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 newsfragments/+4c8e90fb.bugfix.rst diff --git a/NEWS.rst b/NEWS.rst index c4a6f36..f5cd7e6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v6.4.1 +====== + +Bugfixes +-------- + +- When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735) + + v6.4.0 ====== diff --git a/newsfragments/+4c8e90fb.bugfix.rst b/newsfragments/+4c8e90fb.bugfix.rst deleted file mode 100644 index 6faf613..0000000 --- a/newsfragments/+4c8e90fb.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -When constructing ZipReader, only append the name if the indicated module is a package. (python/cpython#121735)