diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:26:53 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:26:53 (GMT) |
commit | 59b0eb524f6b476db0805ba0a83661122a3fa2fe (patch) | |
tree | f157444fcdb57c66a3fa6ef3fffcac2d269cc40f /Misc/NEWS | |
parent | fff07e34fab1d70b09458fcb351da84fd866c0f9 (diff) | |
download | cpython-59b0eb524f6b476db0805ba0a83661122a3fa2fe.zip cpython-59b0eb524f6b476db0805ba0a83661122a3fa2fe.tar.gz cpython-59b0eb524f6b476db0805ba0a83661122a3fa2fe.tar.bz2 |
Issue #28987: Typos, grammar, spelling in documentation
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ Core and Builtins to/from UTF-8, instead of the locale encoding to avoid inconsistencies with os.fsencode() and os.fsdecode() which are already using UTF-8. -- Issue #28991: functools.lru_cache() was susceptible to an obscure $ +- Issue #28991: functools.lru_cache() was susceptible to an obscure reentrancy bug triggerable by a monkey-patched len() function. -- Issue #28739: f-string expressions no longer accepted as docstrings and +- Issue #28739: f-string expressions are no longer accepted as docstrings and by ast.literal_eval() even if they do not include expressions. - Issue #28512: Fixed setting the offset attribute of SyntaxError by @@ -49,7 +49,7 @@ Library Windows ------- -- Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) +- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun) - Issue #28896: Deprecate WindowsRegistryFinder and disable it by default. @@ -84,7 +84,7 @@ Core and Builtins must not convert combined table into split table. Patch written by INADA Naoki. -- Issue #28990: Fix asynchio SSL hanging if connection is closed before +- Issue #28990: Fix asyncio SSL hanging if connection is closed before handshake is completed. (Patch by HoHo-Ho) Tools/Demos |