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 skreft
Recipients skreft
Date 2011-11-07.03:03:49
SpamBayes Score 1.244983e-05
Marked as misclassified No
Message-id <1320635030.75.0.479982438805.issue13362@psf.upfronthosting.co.za>
In-reply-to
Content
Hi all, I was reading Python's source code and was surprised to find many PEP 8 errors.

The file that I found specially non PEP8 compliant is Lib/encodings/punnycode.py, but there are many others that are not compliant.

I think that this issue should be addressed, since Python's source code should be the model for good Pythonic code.

I would love to contribute on this topic. But since many files would be modified I don't know how to proceed. I see two things that could help to reduce the non compliance of the code. One is to have a website showing the non compliances of each file. And the one I like the most is to have a special test that checks the compliance of the code. The only problem is that it would rely on the external tool pep8 (http://pypi.python.org/pypi/pep8).

Let me know what you think.

Sebastian
History
Date User Action Args
2011-11-07 03:03:50skreftsetrecipients: + skreft
2011-11-07 03:03:50skreftsetmessageid: <1320635030.75.0.479982438805.issue13362@psf.upfronthosting.co.za>
2011-11-07 03:03:50skreftlinkissue13362 messages
2011-11-07 03:03:49skreftcreate