diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-11 21:45:10 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-11 21:45:10 (GMT) |
commit | 30d94b7aea69440605cc7d65e06ac374c25c74c1 (patch) | |
tree | 1f32bbd25dcd469fa0ee843e98a6eaa5bfebe616 /Misc | |
parent | efe7c9d4d7afef1895c2da72f4a40d934a6f8fee (diff) | |
download | cpython-30d94b7aea69440605cc7d65e06ac374c25c74c1.zip cpython-30d94b7aea69440605cc7d65e06ac374c25c74c1.tar.gz cpython-30d94b7aea69440605cc7d65e06ac374c25c74c1.tar.bz2 |
Issue #13989: Document that GzipFile does not support text mode.
Also, give a more helpful error message when opened with an invalid mode string.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -113,6 +113,9 @@ Core and Builtins Library ------- +- Issue #13989: Document that GzipFile does not support text mode, and give a + more helpful error message when opened with an invalid mode string. + - Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building Distutils-based packages with C extension modules may fail because Apple has removed gcc-4.2, the version used to build python.org |