[3.8] Fix typos in Misc/NEWS.d (GH-17930)
This commit is contained in:
parent
ef0af30e50
commit
f1f0c58d38
|
@ -101,7 +101,7 @@ now never fails (except MemoryError).
|
|||
.. nonce: go_jFf
|
||||
.. section: Documentation
|
||||
|
||||
Add list of no-longer-escaped chars to re.escape documentation
|
||||
Add list of no-longer-escaped chars to re.escape documentation.
|
||||
|
||||
..
|
||||
|
||||
|
@ -123,7 +123,7 @@ Python slowest buildbots.
|
|||
.. nonce: scr2LO
|
||||
.. section: Windows
|
||||
|
||||
Fix error message in activate.bat
|
||||
Fix error message in activate.bat.
|
||||
|
||||
..
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ the "elif" keyword and not to its condition, making it consistent with the
|
|||
.. section: Core and Builtins
|
||||
|
||||
:c:func:`PySys_Audit` now requires ``Py_ssize_t`` to be used for size
|
||||
arguments in the format string, regardless of whethen ``PY_SSIZE_T_CLEAN``
|
||||
arguments in the format string, regardless of whether ``PY_SSIZE_T_CLEAN``
|
||||
was defined at include time.
|
||||
|
||||
..
|
||||
|
@ -36,7 +36,7 @@ was defined at include time.
|
|||
.. nonce: QDtIxI
|
||||
.. section: Library
|
||||
|
||||
Update importliib.metadata to include improvements from importlib_metadata
|
||||
Update importlib.metadata to include improvements from importlib_metadata
|
||||
1.3 including better serialization of EntryPoints and improved documentation
|
||||
for custom finders.
|
||||
|
||||
|
@ -95,7 +95,7 @@ Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
|
|||
.. nonce: _3xjKG
|
||||
.. section: IDLE
|
||||
|
||||
Excape key now closes IDLE completion windows. Patch by Johnny Najera.
|
||||
Escape key now closes IDLE completion windows. Patch by Johnny Najera.
|
||||
|
||||
..
|
||||
|
||||
|
|
Loading…
Reference in New Issue