summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-02-07 20:18:02 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-02-07 20:18:02 (GMT)
commitdd25e86cf47365269466bf0d28367d5f6dbc0c18 (patch)
tree52c07099a891d84a1e140d1524ebe4b42e0424aa /Misc
parent2bd52dcccbd38908ae2a3b3bdceb3b04d6b16c81 (diff)
downloadcpython-dd25e86cf47365269466bf0d28367d5f6dbc0c18.zip
cpython-dd25e86cf47365269466bf0d28367d5f6dbc0c18.tar.gz
cpython-dd25e86cf47365269466bf0d28367d5f6dbc0c18.tar.bz2
Issue 6003: ZipFile.writestr "compression_type" argument
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68cd072..1a752fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- Issue #6003: add an argument to ``zipfile.Zipfile.writestr`` to
+ specify the compression type.
+
What's New in Python 2.7 alpha 3?
=================================