Kaydet (Commit) 58d83aca authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Merge 3.5.0

...@@ -70,6 +70,12 @@ Core and Builtins ...@@ -70,6 +70,12 @@ Core and Builtins
Library Library
------- -------
- Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
set beyond size. Based on patch by John Leitch.
- Issue #24913: Fix overrun error in deque.index().
Found by John Leitch and Bryce Darling.
What's New in Python 3.5.0 release candidate 2? What's New in Python 3.5.0 release candidate 2?
=============================================== ===============================================
...@@ -92,9 +98,6 @@ Core and Builtins ...@@ -92,9 +98,6 @@ Core and Builtins
Library Library
------- -------
- Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is
set beyond size. Based on patch by John Leitch.
- Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. - Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
- Issue #24839: platform._syscmd_ver raises DeprecationWarning - Issue #24839: platform._syscmd_ver raises DeprecationWarning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment