Fixed merge error.

This commit is contained in:
Serhiy Storchaka 2015-09-04 08:38:45 +03:00
parent 66d1865597
commit 6e87576571

View file

@ -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.