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 r.david.murray
Recipients Mr.Potato1029, abarry, r.david.murray
Date 2015-12-07.23:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449531890.77.0.140180968399.issue25819@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, if your goal is to write python2/3 compatible code, notice that 'print("hello")' is valid in python2 and will do the same thing as print "hello"...as long as you don't use commas in the argument list to print.
History
Date User Action Args
2015-12-07 23:44:50r.david.murraysetrecipients: + r.david.murray, abarry, Mr.Potato1029
2015-12-07 23:44:50r.david.murraysetmessageid: <1449531890.77.0.140180968399.issue25819@psf.upfronthosting.co.za>
2015-12-07 23:44:50r.david.murraylinkissue25819 messages
2015-12-07 23:44:50r.david.murraycreate