diff --git a/pep-0200.txt b/pep-0200.txt index da3ab69b2..abb458ce5 100644 --- a/pep-0200.txt +++ b/pep-0200.txt @@ -230,9 +230,6 @@ Accepted and in progress * PyErr_Format - Fredrik Lundh Make this function safe from buffer overflows. - * Support for opcode arguments > 2**16 - Charles Waldman - SF Patch 100893 - * Range literals - Thomas Wouters SF Patch 100902 @@ -264,6 +261,9 @@ Open items -- completed/fixed Accepted and completed + * Support for opcode arguments > 2**16 - Charles Waldman + SF Patch 100893 + * "import as" - Thomas Wouters Extend the 'import' and 'from ... import' mechanism to enable importing a symbol as another name. (Without adding a new keyword.)