diff --git a/pep-0361.txt b/pep-0361.txt index 93738d3fc..03bb5bc36 100644 --- a/pep-0361.txt +++ b/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: