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