From: Georg Brandl Date: Sun, 8 Jun 2008 08:59:38 +0000 (+0000) Subject: Argh, I read it wrong. Reverted 64036 and added a clarifying remark. X-Git-Tag: v2.6b1~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3219df1562570c544d42533df259128a507da809;p=python Argh, I read it wrong. Reverted 64036 and added a clarifying remark. --- diff --git a/Doc/library/tokenize.rst b/Doc/library/tokenize.rst index efe9eb93db..36f5838666 100644 --- a/Doc/library/tokenize.rst +++ b/Doc/library/tokenize.rst @@ -27,8 +27,8 @@ The primary entry point is a :term:`generator`: string; a 2-tuple ``(srow, scol)`` of ints specifying the row and column where the token begins in the source; a 2-tuple ``(erow, ecol)`` of ints specifying the row and column where the token ends in the source; and the - line on which the token was found. The line passed is the *physical* line, - that is, continuation lines are not handled specially. + line on which the token was found. The line passed (the last tuple item) is + the *logical* line; continuation lines are included. .. versionadded:: 2.2