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 myint
Recipients methane, myint, serhiy.storchaka, vstinner
Date 2017-05-29.17:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496080767.3.0.646776275864.issue30497@psf.upfronthosting.co.za>
In-reply-to
Content
I think what you guys have brought up makes sense.

Now that you mention it, I see that pyflakes gives the wrong line number if an escaped newline appears after the doctests. Though, it works fine if the escaped newline appears before it.

https://github.com/PyCQA/pyflakes/blob/1af4f14ad4675bf5c61c47bbb7c2421b50d1cba4/pyflakes/checker.py#L842

This is a non-default feature in pyflakes anyway, so we can live with it.

Thanks
History
Date User Action Args
2017-05-29 17:59:27myintsetrecipients: + myint, vstinner, methane, serhiy.storchaka
2017-05-29 17:59:27myintsetmessageid: <1496080767.3.0.646776275864.issue30497@psf.upfronthosting.co.za>
2017-05-29 17:59:27myintlinkissue30497 messages
2017-05-29 17:59:27myintcreate