This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients CuriousLearner, eric.smith, ncoghlan
Date 2017-06-08.11:37:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496921829.42.0.433127131276.issue30597@psf.upfronthosting.co.za>
In-reply-to
Content
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",

?
History
Date User Action Args
2017-06-08 11:37:09eric.smithsetrecipients: + eric.smith, ncoghlan, CuriousLearner
2017-06-08 11:37:09eric.smithsetmessageid: <1496921829.42.0.433127131276.issue30597@psf.upfronthosting.co.za>
2017-06-08 11:37:09eric.smithlinkissue30597 messages
2017-06-08 11:37:09eric.smithcreate