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 <[email protected]>
In-reply-to <[email protected]>
Content
On Mon, Feb 25, 2008 at 11:39 AM, Antoine Pitrou <[email protected]> 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