[Python-checkins] Minor edits to news entries (ported from 3.7) (GH-12293)

Ned Deily webhook-mailer at python.org
Tue Mar 12 12:21:28 EDT 2019


https://github.com/python/cpython/commit/f45813df52207ae870fda86475976a9b42857592
commit: f45813df52207ae870fda86475976a9b42857592
branch: master
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2019-03-12T12:21:22-04:00
summary:

Minor edits to news entries (ported from 3.7) (GH-12293)

files:
M Misc/NEWS.d/3.8.0a1.rst
M Misc/NEWS.d/3.8.0a2.rst

diff --git a/Misc/NEWS.d/3.8.0a1.rst b/Misc/NEWS.d/3.8.0a1.rst
index b838965b69f2..47feb2bb268f 100644
--- a/Misc/NEWS.d/3.8.0a1.rst
+++ b/Misc/NEWS.d/3.8.0a1.rst
@@ -7954,15 +7954,6 @@ prevent it from truncating the last character.
 
 ..
 
-.. bpo: 35555
-.. date: 2018-12-21-18-44-30
-.. nonce: M58_K3
-.. section: macOS
-
-Gray out Code Context menu entry when it's not applicable.
-
-..
-
 .. bpo: 35401
 .. date: 2018-12-09-13-56-49
 .. nonce: n8B7X1
@@ -8167,6 +8158,15 @@ Squeezer now properly counts wrapped lines before newlines.
 
 ..
 
+.. bpo: 35555
+.. date: 2018-12-21-18-44-30
+.. nonce: M58_K3
+.. section: IDLE
+
+Gray out Code Context menu entry on macOS when it's not applicable.
+
+..
+
 .. bpo: 35521
 .. date: 2018-12-20-00-14-15
 .. nonce: x32BRn
diff --git a/Misc/NEWS.d/3.8.0a2.rst b/Misc/NEWS.d/3.8.0a2.rst
index 4bf2269e064c..1c0abab4c474 100644
--- a/Misc/NEWS.d/3.8.0a2.rst
+++ b/Misc/NEWS.d/3.8.0a2.rst
@@ -24,7 +24,7 @@ updated, there was an unnecessary call to update slots.
 .. nonce: oLhL2v
 .. section: Core and Builtins
 
-The error message emmited when returning invalid types from ``__fspath__``
+The error message emitted when returning invalid types from ``__fspath__``
 in interfaces that allow passing :class:`~os.PathLike` objects has been
 improved and now it does explain the origin of the error.
 



More information about the Python-checkins mailing list