Slices won't go away.
This commit is contained in:
parent
2cff379b28
commit
af04646fc1
|
@ -53,6 +53,13 @@ Core language
|
|||
Thread: sets in P3K?
|
||||
http://mail.python.org/pipermail/python-3000/2006-April/01474.html
|
||||
|
||||
* Slices and extended slices won't go away (even if the __getslice__
|
||||
and __setslice__ APIs may be replaced) nor will they return views
|
||||
for the standard object types.
|
||||
|
||||
Thread: Future of slices
|
||||
http://mail.python.org/pipermail/python-3000/2006-May/001563.html
|
||||
|
||||
|
||||
Builtins
|
||||
========
|
||||
|
|
Loading…
Reference in New Issue