summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-05-06 13:04:01 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-05-06 13:04:01 (GMT)
commit7e126205e615518bc921132918c0ed7f48b31c85 (patch)
tree02d4ca50befae0f0f08494be89c519c12dc51a35 /Misc/NEWS
parent54c74ece28d707176fa375ab65f5be229fc4db0a (diff)
downloadcpython-7e126205e615518bc921132918c0ed7f48b31c85.zip
cpython-7e126205e615518bc921132918c0ed7f48b31c85.tar.gz
cpython-7e126205e615518bc921132918c0ed7f48b31c85.tar.bz2
Closes #13989: Add support for text modes to gzip.open().
Also, add tests for gzip.open().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 937c9cc..e389940 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@ Core and Builtins
Library
-------
+- Issue #13989: Add support for text mode to gzip.open().
+
- Issue #14127: The os.stat() result object now provides three additional
fields: st_ctime_ns, st_mtime_ns, and st_atime_ns, providing those times as an
integer with nanosecond resolution. The functions os.utime(), os.lutimes(),