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 berker.peksag, docs@python, jedwards, r.david.murray, serhiy.storchaka
Date 2015-04-14.13:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429019141.32.0.107939514488.issue23921@psf.upfronthosting.co.za>
In-reply-to
Content
The patch mostly LGTM. Most changes are trivial, but the patch also fixes few bugs. It is nice that the patch adds empty lines after blocks, this makes copying the code to interactive interpreter easier. I left comments on Rietveld.

The most questionable changes are adding spaces before comments. But these changes are simple and can slightly increase readability.
History
Date User Action Args
2015-04-14 13:45:41serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, docs@python, berker.peksag, jedwards
2015-04-14 13:45:41serhiy.storchakasetmessageid: <1429019141.32.0.107939514488.issue23921@psf.upfronthosting.co.za>
2015-04-14 13:45:41serhiy.storchakalinkissue23921 messages
2015-04-14 13:45:41serhiy.storchakacreate