mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Deprecate io.OpenWrapper and _pyio.OpenWrapper: use io.open and _pyio.open instead. Until Python 3.9, _pyio.open was not a static method and builtins.open was set to OpenWrapper to not become a bound method when set to a class variable. _io.open is a built-in function whereas _pyio.open is a Python function. In Python 3.10, _pyio.open() is now a static method, and builtins.open() is now io.open(). |
||
|---|---|---|
| .. | ||
| 2019-08-14-13-19-50.bpo-33731.9esS0d.rst | ||
| 2020-03-09-20-36-07.bpo-39899.9adF3E.rst | ||
| 2020-03-30-00-13-27.bpo-39906.eaR3fN.rst | ||
| 2020-06-13-23-33-32.bpo-36470.oi6Kdb.rst | ||
| 2021-01-12-23-17-02.bpo-42904.-4qkTD.rst | ||
| 2021-01-31-00-23-13.bpo-43080.-fDg4Q.rst | ||
| 2021-02-09-07-24-29.bpo-43176.bocNQn.rst | ||
| 2021-03-11-00-31-41.bpo-42967.2PeQRw.rst | ||
| 2021-04-03-15-24-59.bpo-2135.xmDAYJ.rst | ||
| 2021-04-03-18-03-44.bpo-43723.uBhBZS.rst | ||
| 2021-04-08-09-59-20.bpo-43764.tHjO60.rst | ||
| 2021-04-08-15-19-20.bpo-43731.nnVd3h.rst | ||
| 2021-04-08-19-32-26.bpo-47383.YI1hdL.rst | ||
| 2021-04-09-12-08-01.bpo-43788.YsvInM.rst | ||
| 2021-04-09-14-08-03.bpo-43789.eaHlAm.rst | ||
| 2021-04-09-14-51-58.bpo-43785.1mM5xE.rst | ||
| 2021-04-09-16-14-22.bpo-43794.-1XPDH.rst | ||
| 2021-04-10-03-30-36.bpo-43478.iZcBTq.rst | ||
| 2021-04-10-11-35-50.bpo-43799.1iV4pX.rst | ||
| 2021-04-10-18-23-09.bpo-43764.Le5KJp.rst | ||
| 2021-04-10-19-14-49.bpo-43772.Bxq0zQ.rst | ||
| 2021-04-11-21-10-57.bpo-42248.pedB1E.rst | ||
| 2021-04-12-06-01-10.bpo-41515.YaVReb.rst | ||
| 2021-04-12-09-57-37.bpo-43680.o1zEk_.rst | ||
| 2021-04-12-11-20-34.bpo-43680.SR0Epv.rst | ||
| 2021-04-12-15-15-50.bpo-43787.wCy_Wd.rst | ||
| 2021-04-12-18-01-10.bpo-43820.YkqYW4.rst | ||
| README.rst | ||
Put news entry `blurb`_ files for the *Library* section in this directory. .. _blurb: https://pypi.org/project/blurb/