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 zach.ware
Recipients Mr.Potato1029, abarry, r.david.murray, zach.ware
Date 2015-12-08.02:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449542811.57.0.776287279342.issue25819@psf.upfronthosting.co.za>
In-reply-to
Content
Also, if you only need to support Python 2.6+, you can use 'from __future__ import print_function' and get all the benefits of 'print' as a function in Python 2 (except the 'flush' argument, which was added in Python 3.3).
History
Date User Action Args
2015-12-08 02:46:51zach.waresetrecipients: + zach.ware, r.david.murray, abarry, Mr.Potato1029
2015-12-08 02:46:51zach.waresetmessageid: <1449542811.57.0.776287279342.issue25819@psf.upfronthosting.co.za>
2015-12-08 02:46:51zach.warelinkissue25819 messages
2015-12-08 02:46:50zach.warecreate