Steve Holden <steve <at> holdenweb.com> writes: > Thorsten Kampe wrote: > > Unfortunately I saw no warnings about print becoming a function in > > Python 3 ("print()"). Where is the problem? > > > I *believe* that's not flagged because 2to3 will fix it automatically.
This is correct; there's not much point to adding py3k warning for things that 2to3 can fix easily. -- http://mail.python.org/mailman/listinfo/python-list