Add int[:100].
This commit is contained in:
parent
d6a1625b00
commit
75efa85973
|
@ -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
|
||||
============
|
||||
|
|
Loading…
Reference in New Issue