[Python-checkins] peps: support for opcode args > 2**16 is finished

georg.brandl python-checkins at python.org
Wed Mar 23 21:27:23 CET 2011


http://hg.python.org/peps/rev/64474814331d
changeset:   161:64474814331d
user:        Jeremy Hylton <jeremy at alum.mit.edu>
date:        Fri Aug 25 13:59:33 2000 +0000
summary:
  support for opcode args > 2**16 is finished

files:
  pep-0200.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0200.txt b/pep-0200.txt
--- a/pep-0200.txt
+++ b/pep-0200.txt
@@ -230,9 +230,6 @@
     * 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 @@
 
 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.)

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list