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 MLModel
Recipients MLModel, georg.brandl
Date 2009-06-02.20:21:45
SpamBayes Score 0.00017021512
Marked as misclassified No
Message-id <1243974108.3.0.443832431096.issue6179@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of the for statement in Section 7 of the Python 3
Reference states "range(3) returns the list [0, 1, 2]". Since range() no
longer returns a list, shouldn't this statement be made more precise?
(since this is the reference it should be technically accurate)
History
Date User Action Args
2009-06-02 20:21:48MLModelsetrecipients: + MLModel, georg.brandl
2009-06-02 20:21:48MLModelsetmessageid: <1243974108.3.0.443832431096.issue6179@psf.upfronthosting.co.za>
2009-06-02 20:21:45MLModellinkissue6179 messages
2009-06-02 20:21:45MLModelcreate