summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-27 19:11:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-27 19:11:57 (GMT)
commitd2c07a58affecc3fb049652ee7a435c382e3a4d0 (patch)
tree07a07c8b2115e859192c8b0d18eb116e71bcb3ed /Misc
parent1f09c663add7edc6af0093d1eb3eca02bd0864b9 (diff)
downloadcpython-d2c07a58affecc3fb049652ee7a435c382e3a4d0.zip
cpython-d2c07a58affecc3fb049652ee7a435c382e3a4d0.tar.gz
cpython-d2c07a58affecc3fb049652ee7a435c382e3a4d0.tar.bz2
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
bytes until end of data.
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 78b923d..6289eb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,9 @@ Core and Builtins
Library
-------
+- Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
+ bytes until end of data.
+
- Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
- Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call