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 brett.cannon
Recipients brett.cannon, christian.heimes, pitrou
Date 2008-02-26.03:37:53
SpamBayes Score 0.036516853
Marked as misclassified No
Message-id <bbaeab100802251937p536a4481u965a44e50a67f312@mail.gmail.com>
In-reply-to <1203968364.29.0.15448913279.issue1740@psf.upfronthosting.co.za>
Content
On Mon, Feb 25, 2008 at 11:39 AM, Antoine Pitrou <report@bugs.python.org> wrote:
>
>  Antoine Pitrou added the comment:
>
>  Out of curiosity, what were the PEP 8 violations? Usually I try to
>  respect the coding guidelines.

There were three that pervaded the code.

1. A newline after the opening docstring quotes::

    """
    docstring
    """

is bad.

2. Use of camelCase for methods and variables is bad.

3. The doc string for classes is supposed to have a blank line between
the class definition line and the docstring itself.
History
Date User Action Args
2008-02-26 03:37:54brett.cannonsetspambayes_score: 0.0365169 -> 0.036516853
recipients: + brett.cannon, pitrou, christian.heimes
2008-02-26 03:37:54brett.cannonlinkissue1740 messages
2008-02-26 03:37:53brett.cannoncreate