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 mark.dickinson
Recipients abarry, asmeurer, mark.dickinson, ncoghlan, r.david.murray, rhettinger, serhiy.storchaka
Date 2019-06-15.16:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560617575.19.0.439303063057.issue32912@roundup.psfhosted.org>
In-reply-to
Content
[Aaron]

> [...] makes it very difficult for library authors to fix this.

If you're willing to use 3rd party libraries, then my own experience is that `pycodestyle` or `flake8` make this easy: you just need to run "flake8 --select W605" at the root of your repository tree to get a list of all the code locations that need to be fixed.
History
Date User Action Args
2019-06-15 16:52:55mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, ncoghlan, r.david.murray, serhiy.storchaka, abarry, asmeurer
2019-06-15 16:52:55mark.dickinsonsetmessageid: <1560617575.19.0.439303063057.issue32912@roundup.psfhosted.org>
2019-06-15 16:52:55mark.dickinsonlinkissue32912 messages
2019-06-15 16:52:55mark.dickinsoncreate