summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-02-11 21:45:10 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-02-11 21:45:10 (GMT)
commit30d94b7aea69440605cc7d65e06ac374c25c74c1 (patch)
tree1f32bbd25dcd469fa0ee843e98a6eaa5bfebe616 /Misc
parentefe7c9d4d7afef1895c2da72f4a40d934a6f8fee (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da90e9e..f45da75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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