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.0b4.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.0b4.rst')
-rw-r--r-- | Misc/NEWS.d/3.6.0b4.rst | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/Misc/NEWS.d/3.6.0b4.rst b/Misc/NEWS.d/3.6.0b4.rst index ab11cfd..a8e4086 100644 --- a/Misc/NEWS.d/3.6.0b4.rst +++ b/Misc/NEWS.d/3.6.0b4.rst @@ -1,5 +1,5 @@ .. bpo: 28532 -.. date: 9479 +.. date: 9778 .. nonce: KEYJny .. release date: 2016-11-21 .. section: Core and Builtins @@ -9,7 +9,7 @@ Show sys.version when -V option is supplied twice. .. .. bpo: 27100 -.. date: 9478 +.. date: 9777 .. nonce: poVjXq .. section: Core and Builtins @@ -20,7 +20,7 @@ Patch by Jonathan Ellington. .. .. bpo: 28746 -.. date: 9477 +.. date: 9776 .. nonce: r5MXdB .. section: Core and Builtins @@ -30,7 +30,7 @@ have the ioctl FIOCLEX and FIONCLEX commands. .. .. bpo: 26920 -.. date: 9476 +.. date: 9775 .. nonce: 1URwGb .. section: Core and Builtins @@ -40,7 +40,7 @@ platforms that do not have langinfo. .. .. bpo: 28648 -.. date: 9475 +.. date: 9774 .. nonce: z7B52W .. section: Core and Builtins @@ -50,7 +50,7 @@ astral characters. Patch by Xiang Zhang. .. .. bpo: 19398 -.. date: 9474 +.. date: 9773 .. nonce: RYbEGH .. section: Core and Builtins @@ -60,7 +60,7 @@ compile-time PYTHONPATH components. .. .. bpo: 28665 -.. date: 9473 +.. date: 9772 .. nonce: v4nx86 .. section: Core and Builtins @@ -69,7 +69,7 @@ Improve speed of the STORE_DEREF opcode by 40%. .. .. bpo: 28583 -.. date: 9472 +.. date: 9771 .. nonce: F-QAx1 .. section: Core and Builtins @@ -79,7 +79,7 @@ Zhang. .. .. bpo: 27243 -.. date: 9471 +.. date: 9770 .. nonce: 61E6K5 .. section: Core and Builtins @@ -90,7 +90,7 @@ PendingDeprecationWarning in 3.5 and in DeprecationWarning in 3.6. .. .. bpo: 26182 -.. date: 9470 +.. date: 9769 .. nonce: a8JXK2 .. section: Core and Builtins @@ -99,7 +99,7 @@ Fix a refleak in code that raises DeprecationWarning. .. .. bpo: 28721 -.. date: 9469 +.. date: 9768 .. nonce: BO9BUF .. section: Core and Builtins @@ -109,7 +109,7 @@ StopAsyncIteration propagation properly. .. .. bpo: 28752 -.. date: 9468 +.. date: 9767 .. nonce: Q-4oRE .. section: Library @@ -118,7 +118,7 @@ Restored the __reduce__() methods of datetime objects. .. .. bpo: 28727 -.. date: 9467 +.. date: 9766 .. nonce: ubZP_b .. section: Library @@ -130,7 +130,7 @@ warnings module is reloaded (thing usually only done in unit tests). .. .. bpo: 20572 -.. date: 9466 +.. date: 9765 .. nonce: lGXaH9 .. section: Library @@ -140,7 +140,7 @@ a DeprecationWarning. .. .. bpo: 25659 -.. date: 9465 +.. date: 9764 .. nonce: lE2IlT .. section: Library @@ -150,7 +150,7 @@ methods on abstract classes like Array. .. .. bpo: 19717 -.. date: 9464 +.. date: 9763 .. nonce: HXCAIz .. section: Library @@ -160,7 +160,7 @@ Kok .. .. bpo: 28563 -.. date: 9463 +.. date: 9762 .. nonce: iweEiw .. section: Library @@ -171,7 +171,7 @@ syntax supported by GNU gettext. .. .. bpo: 28387 -.. date: 9462 +.. date: 9761 .. nonce: 1clJu7 .. section: Library @@ -181,7 +181,7 @@ collector is invoked in other thread. Based on patch by Sebastian Cufre. .. .. bpo: 28600 -.. date: 9461 +.. date: 9760 .. nonce: wMVrjN .. section: Library @@ -190,7 +190,7 @@ Optimize loop.call_soon. .. .. bpo: 28613 -.. date: 9460 +.. date: 9759 .. nonce: sqUPrv .. section: Library @@ -200,7 +200,7 @@ coroutines/callbacks. .. .. bpo: 28634 -.. date: 9459 +.. date: 9758 .. nonce: YlRydz .. section: Library @@ -209,7 +209,7 @@ Fix asyncio.isfuture() to support unittest.Mock. .. .. bpo: 26081 -.. date: 9458 +.. date: 9757 .. nonce: 2Y8-a9 .. section: Library @@ -218,7 +218,7 @@ Fix refleak in _asyncio.Future.__iter__().throw. .. .. bpo: 28639 -.. date: 9457 +.. date: 9756 .. nonce: WUPo1o .. section: Library @@ -227,7 +227,7 @@ Fix inspect.isawaitable to always return bool Patch by Justin Mayfield. .. .. bpo: 28652 -.. date: 9456 +.. date: 9755 .. nonce: f5M8FG .. section: Library @@ -236,7 +236,7 @@ Make loop methods reject socket kinds they do not support. .. .. bpo: 28653 -.. date: 9455 +.. date: 9754 .. nonce: S5bA9i .. section: Library @@ -245,7 +245,7 @@ Fix a refleak in functools.lru_cache. .. .. bpo: 28703 -.. date: 9454 +.. date: 9753 .. nonce: CRLTJc .. section: Library @@ -254,7 +254,7 @@ Fix asyncio.iscoroutinefunction to handle Mock objects. .. .. bpo: 28704 -.. date: 9453 +.. date: 9752 .. nonce: EFWBII .. section: Library @@ -263,7 +263,7 @@ Fix create_unix_server to support Path-like objects (PEP 519). .. .. bpo: 28720 -.. date: 9452 +.. date: 9751 .. nonce: Fsz-Lf .. section: Library @@ -272,7 +272,7 @@ Add collections.abc.AsyncGenerator. .. .. bpo: 28513 -.. date: 9451 +.. date: 9750 .. nonce: L3joAz .. section: Documentation @@ -281,7 +281,7 @@ Documented command-line interface of zipfile. .. .. bpo: 28666 -.. date: 9450 +.. date: 9749 .. nonce: RtTk-4 .. section: Tests @@ -291,7 +291,7 @@ directories. .. .. bpo: 23839 -.. date: 9449 +.. date: 9748 .. nonce: zsT_L9 .. section: Tests @@ -300,7 +300,7 @@ Various caches now are cleared before running every test file. .. .. bpo: 10656 -.. date: 9448 +.. date: 9747 .. nonce: pR8FFU .. section: Build @@ -310,7 +310,7 @@ Haubenwallner. .. .. bpo: 26359 -.. date: 9447 +.. date: 9746 .. nonce: CLz6qy .. section: Build @@ -319,7 +319,7 @@ Rename --with-optimiations to --enable-optimizations. .. .. bpo: 28676 -.. date: 9446 +.. date: 9745 .. nonce: Wxf6Ds .. section: Build |