mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix several changelog items to use PEP markup.
This commit is contained in:
parent
868460c576
commit
a612df0bed
1 changed files with 3 additions and 3 deletions
|
@ -172,7 +172,7 @@ Add a new UTF-8 mode: implementation of the :pep:`540`.
|
||||||
.. nonce: G8fqb6
|
.. nonce: G8fqb6
|
||||||
.. section: Core and Builtins
|
.. 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.
|
by Ivan Levkivskyi.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
@ -182,7 +182,7 @@ by Ivan Levkivskyi.
|
||||||
.. nonce: ucKjvw
|
.. nonce: ucKjvw
|
||||||
.. section: Core and Builtins
|
.. 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.
|
by Ivan Levkivskyi.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
@ -201,7 +201,7 @@ The `atexit` module now has its callback stored per interpreter.
|
||||||
.. nonce: JWf_Im
|
.. nonce: JWf_Im
|
||||||
.. section: Core and Builtins
|
.. 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
|
bytecode cache files bashed on a source content hash rather than source
|
||||||
last-modified time.
|
last-modified time.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue