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 orsenthil
Recipients georg.brandl, noam, orsenthil
Date 2008-06-03.17:14:57
SpamBayes Score 0.0166552
Marked as misclassified No
Message-id <20080603171217.GA3537@gmail.com>
In-reply-to <1212406411.84.0.811061181289.issue3028@psf.upfronthosting.co.za>
Content
> The documentation of the tokenize module says: "The line passed is the
> *logical* line; continuation lines are included."
> 
> I suggest that this will be changed to something like "The line passed
> is the index of the string returned by the readline function, plus 1.
> That is, the first string returned is called line 1, the second is
> called line 2, and so on."

The emphasis of *logical* may help us understand that it is a complete line.

I find the wording of solution bit awkward, tough I am able to get what it is
trying to say.

- Index of string returned by readline function ??  and plus 1. ??

How about, 

The line passed is the *logical* non-blank line; continuation lines are included.
The row counting starts from one.
History
Date User Action Args
2008-06-03 17:15:49orsenthilsetspambayes_score: 0.0166552 -> 0.0166552
recipients: + orsenthil, georg.brandl, noam
2008-06-03 17:15:36orsenthillinkissue3028 messages
2008-06-03 17:15:32orsenthilcreate