PEP 361: Resolve unreferenced footnotes (#3232)

This commit is contained in:
Adam Turner 2023-08-02 16:26:58 +01:00 committed by GitHub
parent dad1ad84ea
commit 3dccdf3295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 12 deletions

View File

@ -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: