summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-10-02 10:47:58 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-10-02 10:47:58 (GMT)
commit03020cfa97b6c2c80f50fb2d07025aff49c3513c (patch)
treee5198c265c47cddc2e9dcfeeb770cd98bc0f1109 /Misc
parent8e9045d0d8b612e5f8231e5c854625ff78a4b110 (diff)
downloadcpython-03020cfa97b6c2c80f50fb2d07025aff49c3513c.zip
cpython-03020cfa97b6c2c80f50fb2d07025aff49c3513c.tar.gz
cpython-03020cfa97b6c2c80f50fb2d07025aff49c3513c.tar.bz2
Issue #28227: gzip now supports pathlib
Patch by Ethan Furman.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b547e4a..abf9c93 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Core and Builtins
Library
-------
+- Issue #28227: gzip now supports pathlib. Patch by Ethan Furman.
+
- Issue #27358: Optimized merging var-keyword arguments and improved error
message when pass a non-mapping as a var-keyword argument.