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

georg.brandl python-checkins at python.org
Tue Jul 4 21:55:22 CEST 2006


Author: georg.brandl
Date: Tue Jul  4 21:55:21 2006
New Revision: 47227

Modified:
   peps/trunk/pep-3099.txt
Log:
Add int[:100].



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Tue Jul  4 21:55:21 2006
@@ -143,6 +143,11 @@
    Thread: "Immutable lists",
    http://mail.python.org/pipermail/python-3000/2006-May/002219.html
 
+* ``int`` will not support subscripts yielding a range.
+
+   Thread: "xrange vs. int.__getslice__",
+   http://mail.python.org/pipermail/python-3000/2006-June/002450.html
+
 
 Coding style
 ============


More information about the Python-checkins mailing list