]> granicus.if.org Git - python/commit
Issue #13989: Document that GzipFile does not support text mode.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 21:45:10 +0000 (23:45 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 21:45:10 +0000 (23:45 +0200)
commit30d94b7aea69440605cc7d65e06ac374c25c74c1
tree1f32bbd25dcd469fa0ee843e98a6eaa5bfebe616
parentefe7c9d4d7afef1895c2da72f4a40d934a6f8fee
Issue #13989: Document that GzipFile does not support text mode.

Also, give a more helpful error message when opened with an invalid mode string.
Doc/library/gzip.rst
Lib/gzip.py
Misc/NEWS