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 Mariatta
Recipients Mariatta, scop
Date 2016-10-10.06:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476082177.89.0.151508255977.issue28395@psf.upfronthosting.co.za>
In-reply-to
Content
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 :)
History
Date User Action Args
2016-10-10 06:49:37Mariattasetrecipients: + Mariatta, scop
2016-10-10 06:49:37Mariattasetmessageid: <1476082177.89.0.151508255977.issue28395@psf.upfronthosting.co.za>
2016-10-10 06:49:37Mariattalinkissue28395 messages
2016-10-10 06:49:37Mariattacreate