..
-.. 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
..
+.. 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
.. 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.