[issue5849] Idle 3.01 - invalid syntec error

Walter Dörwald <report@bugs.python.org> at psf.upfronthosting.co.za Walter Dörwald <report@bugs.python.org> at psf.upfronthosting.co.za
Sun Apr 26 23:57:34 CEST 2009


Walter Dörwald <walter at livinglogic.de> added the comment:

This is not a bug in Python.

In Python 3.0 "print" is a function, so

   print buildConnectionString(myParams)

should read

   print(buildConnectionString(myParams))

Closing as invalid.

----------
nosy: +doerwalter
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list