[Python-checkins] r45849 - peps/trunk/pep-3099.txt

guido.van.rossum python-checkins at python.org
Mon May 1 22:04:27 CEST 2006


Author: guido.van.rossum
Date: Mon May  1 22:04:27 2006
New Revision: 45849

Modified:
   peps/trunk/pep-3099.txt
Log:
Slices won't go away.


Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Mon May  1 22:04:27 2006
@@ -53,6 +53,13 @@
    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
 ========


More information about the Python-checkins mailing list