diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-11 21:54:51 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-02-11 21:54:51 (GMT) |
commit | d1a107132cf8a500478885fef282a1f945b9a981 (patch) | |
tree | c2d5e4d655484f17788f7c0a94acdf1d545e1e02 /Misc | |
parent | f4bdf4e478adc3f7c0ec54e60bb3359f51058722 (diff) | |
parent | 30d94b7aea69440605cc7d65e06ac374c25c74c1 (diff) | |
download | cpython-d1a107132cf8a500478885fef282a1f945b9a981.zip cpython-d1a107132cf8a500478885fef282a1f945b9a981.tar.gz cpython-d1a107132cf8a500478885fef282a1f945b9a981.tar.bz2 |
Merge: #13989: Document that GzipFile does not support text mode.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -466,6 +466,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 |