[issue28395] Remove unnecessary semicolons

Mariatta Wijaya report at bugs.python.org
Mon Oct 10 02:49:37 EDT 2016


New submission from Mariatta Wijaya:

Thanks scop. 

The patch looks good to me, and it can be applied cleanly to 3.5, 3.6, and default branches.

I did find more occurrences of unnecessary semicolons, for example (not a complete list)
https://github.com/python/cpython/blob/master/Lib/smtpd.py#L569
https://github.com/python/cpython/blob/master/Lib/smtpd.py#L611
https://github.com/python/cpython/blob/master/Lib/test/test_itertools.py#L120
https://github.com/python/cpython/blob/master/Lib/test/test_pyexpat.py#L572

Not sure if it's really worth trying to fix all of them?
Thanks :)

----------
nosy: +Mariatta

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28395>
_______________________________________


More information about the Python-bugs-list mailing list