diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-02-07 20:18:02 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-02-07 20:18:02 (GMT) |
commit | dd25e86cf47365269466bf0d28367d5f6dbc0c18 (patch) | |
tree | 52c07099a891d84a1e140d1524ebe4b42e0424aa /Misc | |
parent | 2bd52dcccbd38908ae2a3b3bdceb3b04d6b16c81 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? ================================= |