PEP 361: Resolve unreferenced footnotes (#3232)
This commit is contained in:
parent
dad1ad84ea
commit
3dccdf3295
13
pep-0361.txt
13
pep-0361.txt
|
@ -151,7 +151,7 @@ Warnings for features removed in Py3k:
|
|||
Other major features:
|
||||
|
||||
- ``with``/``as`` will be keywords
|
||||
- a ``__dir__()`` special method to control ``dir()`` was added [1]
|
||||
- a ``__dir__()`` special method to control ``dir()`` was added [1]_
|
||||
- AtheOS support stopped.
|
||||
- ``warnings`` module implemented in C
|
||||
- ``compile()`` takes an AST and can convert to byte code
|
||||
|
@ -281,14 +281,3 @@ Copyright
|
|||
=========
|
||||
|
||||
This document has been placed in the public domain.
|
||||
|
||||
|
||||
|
||||
..
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
sentence-end-double-space: t
|
||||
fill-column: 70
|
||||
coding: utf-8
|
||||
End:
|
||||
|
|
Loading…
Reference in New Issue