summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-08-05 12:45:41 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-08-05 12:45:41 (GMT)
commit043540088ae75f79179de2fe4ec147674bcc2a5f (patch)
tree5bad89b4fe613e1552247a128b59bf7a8bb44ae8 /Misc/NEWS
parente3ded955f3b145e38be47be61c53ba1ff130f47b (diff)
downloadcpython-043540088ae75f79179de2fe4ec147674bcc2a5f.zip
cpython-043540088ae75f79179de2fe4ec147674bcc2a5f.tar.gz
cpython-043540088ae75f79179de2fe4ec147674bcc2a5f.tar.bz2
#15546: Also fix GzipFile.peek().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92a4d79..53f62a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,8 +81,8 @@ Library
constructor, objects in the ipaddress module no longer implement __index__
(they still implement __int__ as appropriate)
-- Issue #15546: Fix handling of pathological input data in the read1() method of
- the BZ2File, GzipFile and LZMAFile classes.
+- Issue #15546: Fix handling of pathological input data in the peek() and
+ read1() methods of the BZ2File, GzipFile and LZMAFile classes.
- Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog
ended with '\'. Patch by Roger Serwy.