summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-02-11 21:54:51 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-02-11 21:54:51 (GMT)
commitd1a107132cf8a500478885fef282a1f945b9a981 (patch)
treec2d5e4d655484f17788f7c0a94acdf1d545e1e02 /Misc
parentf4bdf4e478adc3f7c0ec54e60bb3359f51058722 (diff)
parent30d94b7aea69440605cc7d65e06ac374c25c74c1 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f16c0b7..ef8d6c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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