[issue7730] ssl has bad coding style

Ezio Melotti report at bugs.python.org
Mon Jan 18 10:00:30 CET 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

There should be no space between the name of the function and the '(' in both the cases. However the PEP 8 also says that "Consistency within one module or function is most important" and we usually avoid this kind of refactoring because they just make svn blame harder to use without having any real advantage.

----------
nosy: +ezio.melotti
priority:  -> low
status: open -> pending

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


More information about the Python-bugs-list mailing list