diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-02-13 10:10:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-02-13 10:10:39 (GMT) |
commit | 84f6de9d7e4a65089531699f1c6efc4e15d13dd2 (patch) | |
tree | f93cdaeb3b4d3ba7f5f0d41403f27da7800d7224 /Misc | |
parent | c6d626ed9f49daf84e72c817bce274a3547325ad (diff) | |
download | cpython-84f6de9d7e4a65089531699f1c6efc4e15d13dd2.zip cpython-84f6de9d7e4a65089531699f1c6efc4e15d13dd2.tar.gz cpython-84f6de9d7e4a65089531699f1c6efc4e15d13dd2.tar.bz2 |
Patch #1517891: Make 'a' create the file if it doesn't exist.
Fixes #1514451.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -128,6 +128,9 @@ Core and builtins Library ------- +- Patch #1517891: Mode 'a' for ZipFile now creates the file if it + doesn't exist. + - Patch #698833: Support file decryption in zipfile. - Patch #685268: Consider a package's __path__ in imputil. |