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 miedzinski
Recipients miedzinski
Date 2019-07-18.14:13:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563459230.52.0.916101188848.issue37621@roundup.psfhosted.org>
In-reply-to
Content
Both C and Python tokenizers emit NEWLINE tokens on continued blank lines. Because of this it is possible to emit repeated NEWLINEs, which some tools don't expect to happen.

I've attached example source file which is tokenized into 3 NEWLINE tokens in a row.
History
Date User Action Args
2019-07-18 14:13:50miedzinskisetrecipients: + miedzinski
2019-07-18 14:13:50miedzinskisetmessageid: <1563459230.52.0.916101188848.issue37621@roundup.psfhosted.org>
2019-07-18 14:13:50miedzinskilinkissue37621 messages
2019-07-18 14:13:50miedzinskicreate