diff options
author | Ned Deily <nad@python.org> | 2018-01-09 05:13:21 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-01-09 15:20:28 (GMT) |
commit | a612df0bedcc9e55c82ee330f19a8d47a607573b (patch) | |
tree | 5fec2a83e72e0f91bd4c3244ef8a9af5be65c591 /Misc | |
parent | 868460c5763764a31804581f6f36de7dd49d393c (diff) | |
download | cpython-a612df0bedcc9e55c82ee330f19a8d47a607573b.zip cpython-a612df0bedcc9e55c82ee330f19a8d47a607573b.tar.gz cpython-a612df0bedcc9e55c82ee330f19a8d47a607573b.tar.bz2 |
Fix several changelog items to use PEP markup.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/3.7.0a4.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.7.0a4.rst b/Misc/NEWS.d/3.7.0a4.rst index cc90bd6..ca9aa17 100644 --- a/Misc/NEWS.d/3.7.0a4.rst +++ b/Misc/NEWS.d/3.7.0a4.rst @@ -172,7 +172,7 @@ Add a new UTF-8 mode: implementation of the :pep:`540`. .. nonce: G8fqb6 .. section: Core and Builtins -PEP 560: Add support for __mro_entries__ and __class_getitem__. Implemented +:pep:`560`: Add support for ``__mro_entries__`` and ``__class_getitem__``. Implemented by Ivan Levkivskyi. .. @@ -182,7 +182,7 @@ by Ivan Levkivskyi. .. nonce: ucKjvw .. section: Core and Builtins -PEP 562: Add support for module ``__getattr__`` and ``__dir__``. Implemented +:pep:`562`: Add support for module ``__getattr__`` and ``__dir__``. Implemented by Ivan Levkivskyi. .. @@ -201,7 +201,7 @@ The `atexit` module now has its callback stored per interpreter. .. nonce: JWf_Im .. section: Core and Builtins -Implement PEP 552 (Deterministic pycs). Python now supports invalidating +Implement :pep:`552` (Deterministic pycs). Python now supports invalidating bytecode cache files bashed on a source content hash rather than source last-modified time. |