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 belopolsky
Recipients belopolsky, docs@python, rhettinger, sandro.tosi
Date 2011-04-26.19:18:27
SpamBayes Score 0.00011860895
Marked as misclassified No
Message-id <1303845507.94.0.805680134563.issue11929@psf.upfronthosting.co.za>
In-reply-to
Content
On the other hand, I would be +0 for the tzinfo-examples fixes of the form:

foo(x=default) vs. foo(x = default)

(This was also the fix suggested on the ML.)

Overall, I think it is good to judicially point out to PEP 8 violations where fixes would improve readability, but mechanical reformatting is likely to be net loss.  I may fix tzinfo-examples next time I touch it.  With addition of timezone class in 3.3, this set of examples needs to be updated.
History
Date User Action Args
2011-04-26 19:18:28belopolskysetrecipients: + belopolsky, rhettinger, sandro.tosi, docs@python
2011-04-26 19:18:27belopolskysetmessageid: <1303845507.94.0.805680134563.issue11929@psf.upfronthosting.co.za>
2011-04-26 19:18:27belopolskylinkissue11929 messages
2011-04-26 19:18:27belopolskycreate