This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author py.user
Recipients docs@python, py.user, rhettinger
Date 2013-06-15.07:29:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371281396.19.0.787483916751.issue18220@psf.upfronthosting.co.za>
In-reply-to
Content
same thing with range():
http://docs.python.org/3/library/stdtypes.html?highlight=range#range
http://docs.python.org/3//library/functions.html#func-range

and with slice():
http://docs.python.org/3/library/functions.html?highlight=slice#slice
http://docs.python.org/3//library/functions.html#slice

can't patch them, because comma doesn't get into brackets
"class range([start], stop[, step])"
History
Date User Action Args
2013-06-15 07:29:56py.usersetrecipients: + py.user, rhettinger, docs@python
2013-06-15 07:29:56py.usersetmessageid: <1371281396.19.0.787483916751.issue18220@psf.upfronthosting.co.za>
2013-06-15 07:29:56py.userlinkissue18220 messages
2013-06-15 07:29:56py.usercreate