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 serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka
Date 2013-01-05.16:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357402137.77.0.591826422236.issue16871@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a set of patches which clean a few minor things: add spaces after if/while/return/etc, remove spaces after class/function name, remove redundant parens after if/while/return/etc. One set contains only space changes, another set contains parens changes.
History
Date User Action Args
2013-01-05 16:08:57serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti
2013-01-05 16:08:57serhiy.storchakasetmessageid: <1357402137.77.0.591826422236.issue16871@psf.upfronthosting.co.za>
2013-01-05 16:08:57serhiy.storchakalinkissue16871 messages
2013-01-05 16:08:57serhiy.storchakacreate