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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to