diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-02-07 20:24:02 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-02-07 20:24:02 (GMT) |
commit | ee5c885fd2446dea7269c65248312a0856f50fd3 (patch) | |
tree | 2d2fdd42b64d0febbe419f35087e866c0ca0f5c9 /Misc | |
parent | 755740f3ea9c5005d16a80c07e7fc26e45f11aa1 (diff) | |
download | cpython-ee5c885fd2446dea7269c65248312a0856f50fd3.zip cpython-ee5c885fd2446dea7269c65248312a0856f50fd3.tar.gz cpython-ee5c885fd2446dea7269c65248312a0856f50fd3.tar.bz2 |
Merged revisions 78097 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78097 | ronald.oussoren | 2010-02-07 21:18:02 +0100 (Sun, 07 Feb 2010) | 2 lines
Issue 6003: ZipFile.writestr "compression_type" argument
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -242,6 +242,9 @@ C-API Library ------- +- Issue #6003: add an argument to ``zipfile.Zipfile.writestr`` to + specify the compression type. + - Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is specified, rather than fall through to AF_PACKET (in the `socket` module). Also, raise ValueError rather than TypeError when an unknown TIPC address |