commit | dd25e86cf47365269466bf0d28367d5f6dbc0c18 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 20:18:02 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Feb 07 20:18:02 2010 +0000 |
tree | 52c07099a891d84a1e140d1524ebe4b42e0424aa | |
parent | 2bd52dcccbd38908ae2a3b3bdceb3b04d6b16c81 [diff] [blame] |
Issue 6003: ZipFile.writestr "compression_type" argument
diff --git a/Misc/NEWS b/Misc/NEWS index 68cd072..1a752fc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Library ------- +- Issue #6003: add an argument to ``zipfile.Zipfile.writestr`` to + specify the compression type. + What's New in Python 2.7 alpha 3? =================================