diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-27 19:11:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-27 19:11:57 (GMT) |
commit | d2c07a58affecc3fb049652ee7a435c382e3a4d0 (patch) | |
tree | 07a07c8b2115e859192c8b0d18eb116e71bcb3ed /Misc | |
parent | 1f09c663add7edc6af0093d1eb3eca02bd0864b9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |