On 31/01/06, Alan Gauld <[EMAIL PROTECTED]> wrote:
> You need a comma after dirpath, python sees only two values
> in the tuple but expects 3 (actually I'd expect a syntax error,
> unless there is no space in the real code?)

>>> 1 . __add__ ( 4 )
5

Python is quite happy about whitespace either side of the '.'
operator.. Some of the wxPython guys like their whitespace, eg:
http://wiki.wxpython.org/index.cgi/DataAwareControlsMixin#head-d1249e34e446972c34012a866f67bc184db7bc52
:-)

--
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to