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 rhettinger
Recipients JayKrish, Ramchandra Apte, Todd.Rovito, philwebster, rhettinger
Date 2013-08-13.07:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376377711.81.0.0878460606445.issue18704@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on giving PEP 8 any more weight than it already has.

Automated PEP 8 checker tools do away the human commen sense component (the foolish consistency quote is in PEP 8 for a reason).

Another downside is that rigid adherence to PEP 8 tends to focus beginners on the least important aspects of code quality.  We would be much better-off with integration of PyFlakes or a similar tool that focus on actual semantic errors in the code.
History
Date User Action Args
2013-08-13 07:08:31rhettingersetrecipients: + rhettinger, Todd.Rovito, Ramchandra Apte, JayKrish, philwebster
2013-08-13 07:08:31rhettingersetmessageid: <1376377711.81.0.0878460606445.issue18704@psf.upfronthosting.co.za>
2013-08-13 07:08:31rhettingerlinkissue18704 messages
2013-08-13 07:08:31rhettingercreate