diff options
author | Ned Deily <nad@python.org> | 2018-06-27 22:45:50 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-27 22:45:50 (GMT) |
commit | aee5df5e16ec20e94d4315701315c32edae752f5 (patch) | |
tree | e895a6a96b97cdc0650bf1949f3d8fcfbc52eaa0 /Misc/NEWS.d/3.6.0rc1.rst | |
parent | 492572715aa0f4ddab51f979f7f56465c762227c (diff) | |
download | cpython-aee5df5e16ec20e94d4315701315c32edae752f5.zip cpython-aee5df5e16ec20e94d4315701315c32edae752f5.tar.gz cpython-aee5df5e16ec20e94d4315701315c32edae752f5.tar.bz2 |
Forward port 3.7.0 final changes
Diffstat (limited to 'Misc/NEWS.d/3.6.0rc1.rst')
-rw-r--r-- | Misc/NEWS.d/3.6.0rc1.rst | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Misc/NEWS.d/3.6.0rc1.rst b/Misc/NEWS.d/3.6.0rc1.rst index 5e7e2b0..17220ca 100644 --- a/Misc/NEWS.d/3.6.0rc1.rst +++ b/Misc/NEWS.d/3.6.0rc1.rst @@ -1,5 +1,5 @@ .. bpo: 23722 -.. date: 9491 +.. date: 9790 .. nonce: e8BH5h .. release date: 2016-12-06 .. section: Core and Builtins @@ -12,7 +12,7 @@ class that supports zero-argument ``super()``. .. .. bpo: 28797 -.. date: 9490 +.. date: 9789 .. nonce: _A0_Z5 .. section: Core and Builtins @@ -23,7 +23,7 @@ method of other descriptors. .. .. bpo: 28782 -.. date: 9489 +.. date: 9788 .. nonce: foJV_E .. section: Core and Builtins @@ -33,7 +33,7 @@ instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647). .. .. bpo: 27030 -.. date: 9488 +.. date: 9787 .. nonce: 88FOrz .. section: Library @@ -43,17 +43,17 @@ they still are deprecated and will be disabled in 3.7. .. .. bpo: 28835 -.. date: 9487 -.. nonce: iWBYH7 +.. date: 9786 +.. nonce: Fv7Dr1 .. section: Library Fix a regression introduced in warnings.catch_warnings(): call -warnings.showwarning() if it was overridden inside the context manager. +warnings.showwarning() if it was overriden inside the context manager. .. .. bpo: 27172 -.. date: 9486 +.. date: 9785 .. nonce: mVKfLT .. section: Library @@ -65,7 +65,7 @@ supported. .. .. bpo: 26273 -.. date: 9485 +.. date: 9784 .. nonce: ilNIWN .. section: Library @@ -76,7 +76,7 @@ Omar Sandoval. .. .. bpo: 24142 -.. date: 9484 +.. date: 9783 .. nonce: IrZnFs .. section: Library @@ -86,7 +86,7 @@ Original patch by Florian Höch. .. .. bpo: 28843 -.. date: 9483 +.. date: 9782 .. nonce: O7M0LE .. section: Library @@ -95,7 +95,7 @@ Fix asyncio C Task to handle exceptions __traceback__. .. .. bpo: 28808 -.. date: 9482 +.. date: 9781 .. nonce: A03X6r .. section: C API @@ -104,7 +104,7 @@ PyUnicode_CompareWithASCIIString() now never raises exceptions. .. .. bpo: 23722 -.. date: 9481 +.. date: 9780 .. nonce: 6HX6fk .. section: Documentation @@ -115,7 +115,7 @@ metaclasses to fully support PEP 487 and zero-argument ``super()``. .. .. bpo: 28023 -.. date: 9480 +.. date: 9779 .. nonce: 4gzSGp .. section: Tools/Demos |