diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-04 05:38:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-09-04 05:38:45 (GMT) |
commit | 6e87576571b5d2decc7d3e554d1c3ce31e455145 (patch) | |
tree | 5a69a2c3511ce6381b38ccdf2cc1578a034bcdd3 /Misc | |
parent | 66d1865597e6a19cc2cd643b478059d11f80b061 (diff) | |
download | cpython-6e87576571b5d2decc7d3e554d1c3ce31e455145.zip cpython-6e87576571b5d2decc7d3e554d1c3ce31e455145.tar.gz cpython-6e87576571b5d2decc7d3e554d1c3ce31e455145.tar.bz2 |
Fixed merge error.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -82,9 +82,6 @@ Core and Builtins Library ------- -- Issue #24913: Fix overrun error in deque.index(). - Found by John Leitch and Bryce Darling. - - Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is set beyond size. Based on patch by John Leitch. |