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 djc
Recipients djc, janssen
Date 2010-01-18.08:50:06
SpamBayes Score 0.0005837816
Marked as misclassified No
Message-id <1263804609.87.0.315842318006.issue7730@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry to be nitpicking here, but it kind of sticks out when you take your first look at ssl.py. While PEP 8 only talks about whitespace before the function call argument list parenthesis, I think this should also go for function definition. ssl has a lot of definitions like this:

    def send (self, data, flags=0):

(But not all of them.) Maybe that should be fixed up (I can do it myself, if that's alright), and maybe PEP 8 should be clarified as well?
History
Date User Action Args
2010-01-18 08:50:10djcsetrecipients: + djc, janssen
2010-01-18 08:50:09djcsetmessageid: <1263804609.87.0.315842318006.issue7730@psf.upfronthosting.co.za>
2010-01-18 08:50:08djclinkissue7730 messages
2010-01-18 08:50:06djccreate