File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Add a new UTF-8 mode: implementation of the :pep:`540`.
172
172
.. nonce: G8fqb6
173
173
.. section: Core and Builtins
174
174
175
- PEP 560: Add support for __mro_entries__ and __class_getitem__. Implemented
175
+ :pep: ` 560 ` : Add support for `` __mro_entries__ `` and `` __class_getitem__ `` . Implemented
176
176
by Ivan Levkivskyi.
177
177
178
178
..
@@ -182,7 +182,7 @@ by Ivan Levkivskyi.
182
182
.. nonce: ucKjvw
183
183
.. section: Core and Builtins
184
184
185
- PEP 562: Add support for module ``__getattr__ `` and ``__dir__ ``. Implemented
185
+ :pep: ` 562 ` : Add support for module ``__getattr__ `` and ``__dir__ ``. Implemented
186
186
by Ivan Levkivskyi.
187
187
188
188
..
@@ -201,7 +201,7 @@ The `atexit` module now has its callback stored per interpreter.
201
201
.. nonce: JWf_Im
202
202
.. section: Core and Builtins
203
203
204
- Implement PEP 552 (Deterministic pycs). Python now supports invalidating
204
+ Implement :pep: ` 552 ` (Deterministic pycs). Python now supports invalidating
205
205
bytecode cache files bashed on a source content hash rather than source
206
206
last-modified time.
207
207
You can’t perform that action at this time.
0 commit comments