From f1f0c58d3835b63692600436c70478f638c3352f Mon Sep 17 00:00:00 2001 From: toonarmycaptain Date: Sun, 12 Jan 2020 16:56:26 -0600 Subject: [3.8] Fix typos in Misc/NEWS.d (GH-17930) --- Misc/NEWS.d/3.8.0.rst | 4 ++-- Misc/NEWS.d/3.8.1.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Misc/NEWS.d/3.8.0.rst b/Misc/NEWS.d/3.8.0.rst index b7e681f..e72025c 100644 --- a/Misc/NEWS.d/3.8.0.rst +++ b/Misc/NEWS.d/3.8.0.rst @@ -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. .. diff --git a/Misc/NEWS.d/3.8.1.rst b/Misc/NEWS.d/3.8.1.rst index 8cd4b35..55d23dd 100644 --- a/Misc/NEWS.d/3.8.1.rst +++ b/Misc/NEWS.d/3.8.1.rst @@ -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. .. -- cgit v0.12