From 882a3a2cde057e5f3524b5f87c0628eaf5e89d82 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Fri, 22 Jul 2022 10:37:35 +0200 Subject: [PATCH] Remove vendor/Misc This seems like it was accidentally committed. --- .../next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 pipenv/vendor/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst diff --git a/pipenv/vendor/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst b/pipenv/vendor/Misc/NEWS.d/next/Library/2021-05-14-16-06-02.bpo-44095.v_pLwY.rst deleted file mode 100644 index ee03e933..00000000 --- a/pipenv/vendor/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.