support for opcode args > 2**16 is finished

This commit is contained in:
Jeremy Hylton 2000-08-25 13:59:33 +00:00
parent d703e03854
commit de23997a7c
1 changed files with 3 additions and 3 deletions

View File

@ -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.)