summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-03-09 21:44:34 (GMT)
committerNed Deily <nad@acm.org>2014-03-09 21:44:34 (GMT)
commit6120739f0cb1c26069570fea701fe79489f1cd9d (patch)
tree30e5a50c465b7ea804d697cf7bec8a9d84658b76 /Misc
parent5e572fd490c625193e043ee6e8a9e54900e008b1 (diff)
downloadcpython-6120739f0cb1c26069570fea701fe79489f1cd9d.zip
cpython-6120739f0cb1c26069570fea701fe79489f1cd9d.tar.gz
cpython-6120739f0cb1c26069570fea701fe79489f1cd9d.tar.bz2
Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
Patch by Claudiu Popa.
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 d0aec17..7baa0f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #20875: Prevent possible gzip "'read' is not defined" NameError.
+ Patch by Claudiu Popa.
+
- Issue #20283: RE pattern methods now accept the string keyword parameters
as documented. The pattern and source keyword parameters are left as
deprecated aliases.