From de23997a7c5f086978f41143ad59dfe6da7f2aa5 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 25 Aug 2000 13:59:33 +0000 Subject: [PATCH] support for opcode args > 2**16 is finished --- pep-0200.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.)