[Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.29,1.30

Jeremy Hylton python-dev@python.org
Fri, 25 Aug 2000 06:59:35 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv28393

Modified Files:
	pep-0200.txt 
Log Message:
support for opcode args > 2**16 is finished


Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** pep-0200.txt	2000/08/25 13:44:26	1.29
--- pep-0200.txt	2000/08/25 13:59:33	1.30
***************
*** 231,237 ****
        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
--- 231,234 ----
***************
*** 264,267 ****
--- 261,267 ----
  
  Accepted and completed
+ 
+     * Support for opcode arguments > 2**16 - Charles Waldman
+       SF Patch 100893
  
      * "import as" - Thomas Wouters