Mark Dickinson <dicki...@gmail.com> added the comment:

[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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32912>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to