summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-03-23 13:29:36 (GMT)
committerGitHub <noreply@github.com>2020-03-23 13:29:36 (GMT)
commit9a81ab107a54b8ca320fb703f7c68e14ccd9d016 (patch)
tree3ac660f7108be6be02e8b9ad323d683959f0dfa5 /Misc
parentbace59d8b8e38f5c779ff6296ebdc0527f6db14a (diff)
downloadcpython-9a81ab107a54b8ca320fb703f7c68e14ccd9d016.zip
cpython-9a81ab107a54b8ca320fb703f7c68e14ccd9d016.tar.gz
cpython-9a81ab107a54b8ca320fb703f7c68e14ccd9d016.tar.bz2
bpo-39830: Add zipfile.Path to __all__ (GH-19115)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-03-23-05-21-13.bpo-39830.IkqU1Y.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-23-05-21-13.bpo-39830.IkqU1Y.rst b/Misc/NEWS.d/next/Library/2020-03-23-05-21-13.bpo-39830.IkqU1Y.rst
new file mode 100644
index 0000000..fc9c650
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-03-23-05-21-13.bpo-39830.IkqU1Y.rst
@@ -0,0 +1 @@
+Add :class:`zipfile.Path` to ``__all__`` in the :mod:`zipfile` module.