]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor edits to news entries for 3.7.3 (GH-12292)
authorNed Deily <nad@python.org>
Tue, 12 Mar 2019 16:20:44 +0000 (12:20 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 16:20:44 +0000 (12:20 -0400)
Misc/NEWS.d/next/Core and Builtins/2019-02-18-09-30-55.bpo-35942.oLhL2v.rst
Misc/NEWS.d/next/IDLE/2018-12-21-18-44-30.bpo-35555.M58_K3.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst [deleted file]

index 6ad4c0df2a81ab2c8800722aabaddb46a9dd86b4..ed74328065891896bff581abf990a4cd0afe7b71 100644 (file)
@@ -1,3 +1,3 @@
-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.
diff --git a/Misc/NEWS.d/next/IDLE/2018-12-21-18-44-30.bpo-35555.M58_K3.rst b/Misc/NEWS.d/next/IDLE/2018-12-21-18-44-30.bpo-35555.M58_K3.rst
new file mode 100644 (file)
index 0000000..8fcf3f2
--- /dev/null
@@ -0,0 +1,2 @@
+
+Gray out Code Context menu entry on macOS when it's not applicable.
diff --git a/Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst b/Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst
deleted file mode 100644 (file)
index 0939195..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Gray out Code Context menu entry when it's not applicable.