"python -3" not working as expected

Benjamin Peterson benjamin at python.org
Thu Jan 8 13:37:21 EST 2009


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.






More information about the Python-list mailing list