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 loewis
Recipients benjamin.peterson, loewis, rhettinger, skreft
Date 2011-11-07.07:39:04
SpamBayes Score 1.6008227e-05
Marked as misclassified No
Message-id <1320651545.84.0.00129980654175.issue13362@psf.upfronthosting.co.za>
In-reply-to
Content
skreft: I can see nothing wrong by having a website that lists PEP 8 violations in the standard library - feel free to create one on wiki.python.org.

Your preferred solution of having automated tests is not feasible. Taking punycode.py (sic) as an example (of which I'm the author): I disagree with some of the warnings that the tool produces (and hence I probably disagree with parts of PEP 8 also). The warnings I agree with (about missing space characters), I also agree with Benjamin and Raymond: we shouldn't fix these in the code, since that would clutter the version history of the file (suggesting that it was modified when there wasn't any substantial change). The same reasoning probably applies to many other "violations".

When you said that punycode.py violates PEP 8, I was concerned. Then seeing the actual complaints of the tool make me laugh, since they are *really* micrological, when I was expecting substantial problems.
History
Date User Action Args
2011-11-07 07:39:05loewissetrecipients: + loewis, rhettinger, benjamin.peterson, skreft
2011-11-07 07:39:05loewissetmessageid: <1320651545.84.0.00129980654175.issue13362@psf.upfronthosting.co.za>
2011-11-07 07:39:05loewislinkissue13362 messages
2011-11-07 07:39:04loewiscreate