support for opcode args > 2**16 is finished
This commit is contained in:
parent
d703e03854
commit
de23997a7c
|
@ -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.)
|
||||
|
|
Loading…
Reference in New Issue