From 8b20a606f69671978ed00ccb956898e2f4335dba Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 28 Sep 2021 12:54:23 -0400 Subject: [PATCH] Remove news entry unintentionally pulled from CPython. Fixes #77. --- CHANGES.rst | 5 +++++ .../next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst diff --git a/CHANGES.rst b/CHANGES.rst index be8d11f..c709b66 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +v3.5.1 +====== + +#77: Remove news file intended only for CPython. + v3.5.0 ====== diff --git a/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst b/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst deleted file mode 100644 index ee03e93..0000000 --- a/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst +++ /dev/null @@ -1,2 +0,0 @@ -:class:`zipfile.Path` now supports :attr:`zipfile.Path.stem`, -:attr:`zipfile.Path.suffixes`, and :attr:`zipfile.Path.suffix` attributes.