[python-win32] Request for comments - the spaces issue

Vernon Cole vernondcole at gmail.com
Wed May 28 17:40:56 CEST 2008


Let's not loose track of the thread here.
The question was whether there should be a space between the function name
and the leading parenthesis, as:
  my_function (arg)
vs:
  my_function(arg)

PEP8 clearly requires the latter.

IMHO any published example code, which is what we are talking about here,
should follow the PEP8 style guide.

(Besides which I personally REALLY hate the extra space.)
--
Vernon Cole
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20080528/6c2dbeef/attachment.htm>


More information about the python-win32 mailing list