mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Merge heads
This commit is contained in:
commit
e1a4c57663
1 changed files with 12 additions and 0 deletions
12
Misc/NEWS
12
Misc/NEWS
|
@ -80,6 +80,15 @@ Documentation
|
|||
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.1
|
||||
==========================
|
||||
|
@ -157,6 +166,9 @@ Core and Builtins
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue