[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-05-30 Thread miss-islington
miss-islington added the comment: New changeset 2a58b0636d1f620f8a85a2e4c030cc10551936a5 by Miss Islington (bot) (Anthony Sottile) in branch 'master': bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686)

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-05-30 Thread Anthony Sottile
Change by Anthony Sottile : -- pull_requests: +13574 pull_request: https://github.com/python/cpython/pull/13686 ___ Python tracker ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-05-30 Thread Cheryl Sabella
Change by Cheryl Sabella : -- nosy: -miss-islington resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-05-30 Thread miss-islington
miss-islington added the comment: New changeset 1e36f75d634383eb243aa1798c0f2405c9ceb5d4 by Miss Islington (bot) (Andrew Carr) in branch 'master': bpo-5028: fix doc bug for tokenize (GH-11683) https://github.com/python/cpython/commit/1e36f75d634383eb243aa1798c0f2405c9ceb5d4 --

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-01-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch, patch pull_requests: +11518, 11519, 11520, 11521 stage: needs patch -> patch review ___ Python tracker ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-01-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch pull_requests: +11518, 11519 stage: needs patch -> patch review ___ Python tracker ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-01-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch, patch, patch pull_requests: +11518, 11519, 11520 stage: needs patch -> patch review ___ Python tracker ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-01-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +11518 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2019-01-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- components: +Documentation -Library (Lib) keywords: +easy stage: -> needs patch versions: +Python 3.8 -Python 2.6 ___ Python tracker ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2010-08-21 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- assignee: - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5028 ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2009-03-26 Thread Jack Diederich
Jack Diederich jackd...@gmail.com added the comment: +1 for a docbug. The last item is always the physical line and not the logical line. Some other examples: if True and \ False: pass if (True and False): pass -- nosy: +jackdied ___

[issue5028] tokenize.generate_tokens doesn't always return logical line

2009-01-21 Thread Duncan Findlay
New submission from Duncan Findlay du...@apache.org: According to the documentation for tokenize.generate_tokens: The generator produces 5-tuples with these members: the token type; the token string; a 2-tuple (srow, scol) of ints specifying the row and column where the token begins in the

[issue5028] tokenize.generate_tokens doesn't always return logical line

2009-01-21 Thread David W. Lambert
Changes by David W. Lambert lamber...@corning.com: -- nosy: +LambertDW ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5028 ___ ___ Python-bugs-list