diff options
-rw-r--r-- | Misc/NEWS | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -140,6 +140,18 @@ Documentation - Issue #22812: Fix unittest discovery examples. Patch from Pam McA'Nulty. +Tests +----- + +- PCbuild\rt.bat now accepts an unlimited number of arguments to pass along + to regrtest.py. Previously there was a limit of 9. + +Build +----- + +- Issue #24986: It is now possible to build Python on Windows without errors + when external libraries are not available. + What's New in Python 3.5.0 release candidate 3? =============================================== @@ -157,6 +169,15 @@ Library - Issue #24913: Fix overrun error in deque.index(). Found by John Leitch and Bryce Darling. +- 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. + +- 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? =============================================== @@ -179,9 +200,6 @@ Core and Builtins 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 #24839: platform._syscmd_ver raises DeprecationWarning |