summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-02 10:06:15 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-02 10:06:15 (GMT)
commit92c1a90462df5af2d5725f9b3faa5cc8f91dfbb6 (patch)
treef39c931800975d39f0ce5be7aea9f8b9da2b21ed /Misc
parent38adbfa71079f03747ac59f8eb848ab43fad753d (diff)
downloadcpython-92c1a90462df5af2d5725f9b3faa5cc8f91dfbb6.zip
cpython-92c1a90462df5af2d5725f9b3faa5cc8f91dfbb6.tar.gz
cpython-92c1a90462df5af2d5725f9b3faa5cc8f91dfbb6.tar.bz2
Issue #28513: Documented command-line interface of zipfile.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76ac3a6..af4eb31 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -471,6 +471,11 @@ C API
- Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
an iterable of integers. Now only strings and bytes-like objects are accepted.
+Documentation
+-------------
+
+- Issue #28513: Documented command-line interface of zipfile.
+
Tests
-----