File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ ensure that the new ``__classcell__`` namespace entry is propagated to
360360PEP 487: Descriptor Protocol Enhancements
361361-----------------------------------------
362362
363- :pep: `487 ` extends the descriptor protocol has to include the new optional
363+ :pep: `487 ` extends the descriptor protocol to include the new optional
364364:meth: `~object.__set_name__ ` method. Whenever a new class is defined, the new
365365method will be called on all descriptors included in the definition, providing
366366them with a reference to the class being defined and the name given to the
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ Core and Builtins
1717 to/from UTF-8, instead of the locale encoding to avoid inconsistencies with
1818 os.fsencode() and os.fsdecode() which are already using UTF-8.
1919
20- - Issue #28991: functools.lru_cache() was susceptible to an obscure $
20+ - Issue #28991: functools.lru_cache() was susceptible to an obscure reentrancy
2121 bug triggerable by a monkey-patched len() function.
2222
23- - Issue #28739: f-string expressions no longer accepted as docstrings and
23+ - Issue #28739: f-string expressions are no longer accepted as docstrings and
2424 by ast.literal_eval() even if they do not include expressions.
2525
2626- Issue #28512: Fixed setting the offset attribute of SyntaxError by
@@ -49,7 +49,7 @@ Library
4949Windows
5050-------
5151
52- - Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
52+ - Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
5353
5454- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default.
5555
@@ -84,7 +84,7 @@ Core and Builtins
8484 must not convert combined table into split table. Patch written by INADA
8585 Naoki.
8686
87- - Issue #28990: Fix asynchio SSL hanging if connection is closed before
87+ - Issue #28990: Fix asyncio SSL hanging if connection is closed before
8888 handshake is completed. (Patch by HoHo-Ho)
8989
9090Tools/Demos
You can’t perform that action at this time.
0 commit comments