[New-bugs-announce] [issue7730] ssl has bad coding style

djc report at bugs.python.org
Mon Jan 18 09:50:09 CET 2010


New submission from djc <dirkjan at ochtman.nl>:

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?

----------
components: Library (Lib)
messages: 97993
nosy: djc, janssen
severity: normal
status: open
title: ssl has bad coding style
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7730>
_______________________________________


More information about the New-bugs-announce mailing list