Vernon Cole wrote:
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.)

(Whistles quietly to himself and carries on trying to
generate as much useful documentation as he can while
holding down a day job and looking after a boys' club
at weekends :) )

TJG

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to