Eric V. Smith added the comment:

You'll need to be careful about fully translating to python 3, though. What do 
you do with:

print >> sys.stderr, "message"

or:

print "message",

?

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30597>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to