From e6183cc2742cfa7e7d627a3c573f4fb31099947a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 12 Mar 2019 12:20:44 -0400 Subject: [PATCH] Minor edits to news entries for 3.7.3 (GH-12292) --- .../Core and Builtins/2019-02-18-09-30-55.bpo-35942.oLhL2v.rst | 2 +- Misc/NEWS.d/next/IDLE/2018-12-21-18-44-30.bpo-35555.M58_K3.rst | 2 ++ Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 Misc/NEWS.d/next/IDLE/2018-12-21-18-44-30.bpo-35555.M58_K3.rst delete mode 100644 Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-02-18-09-30-55.bpo-35942.oLhL2v.rst b/Misc/NEWS.d/next/Core and Builtins/2019-02-18-09-30-55.bpo-35942.oLhL2v.rst index 6ad4c0df2a81..ed7432806589 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2019-02-18-09-30-55.bpo-35942.oLhL2v.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2019-02-18-09-30-55.bpo-35942.oLhL2v.rst @@ -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 index 000000000000..8fcf3f238977 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-12-21-18-44-30.bpo-35555.M58_K3.rst @@ -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 index 0939195cadd3..000000000000 --- a/Misc/NEWS.d/next/macOS/2018-12-21-18-44-30.bpo-35555.M58_K3.rst +++ /dev/null @@ -1 +0,0 @@ -Gray out Code Context menu entry when it's not applicable. -- 2.47.3