Slices won't go away.

This commit is contained in:
Guido van Rossum 2006-05-01 20:04:27 +00:00
parent 2cff379b28
commit af04646fc1
1 changed files with 7 additions and 0 deletions

View File

@ -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
========