summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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
-----