Add one more proposed item, and change some wording on the 'import as' item.
This commit is contained in:
parent
17de47077f
commit
3517d583c5
|
@ -201,7 +201,7 @@ Open: proposed but not accepted or declined
|
|||
|
||||
* "import as" - Thomas Wouters
|
||||
Extend the 'import' and 'from ... import' mechanism to enable
|
||||
importing a symbol as another name.
|
||||
importing a symbol as another name. (Without adding a new keyword.)
|
||||
|
||||
* Extended slicing on lists - Michael Hudson
|
||||
Make lists (and other builtin types) handle extended slices.
|
||||
|
@ -211,6 +211,10 @@ Open: proposed but not accepted or declined
|
|||
for normal slices as well as for extended ones. First step: use
|
||||
getitem if there is no getslice.
|
||||
|
||||
* 'indexing-for' - Thomas Wouters
|
||||
Special syntax to give Python code access to the loop-counter in 'for'
|
||||
loops. (Without adding a new keyword.)
|
||||
|
||||
|
||||
Declined
|
||||
|
||||
|
|
Loading…
Reference in New Issue