Add int[:100].

This commit is contained in:
Georg Brandl 2006-07-04 19:55:21 +00:00
parent d6a1625b00
commit 75efa85973
1 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,11 @@ Standard types
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
============