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 terry.reedy
Recipients python-dev, terry.reedy
Date 2015-05-18.19:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431977910.07.0.139383427951.issue24222@psf.upfronthosting.co.za>
In-reply-to
Content
I added "from __future__ import print_function" to 2.7 PyShell when I backported the bugfix of #22420.  The use of print rather than write is part of the fix as print is more fault tolerant.
History
Date User Action Args
2015-05-18 19:38:30terry.reedysetrecipients: + terry.reedy, python-dev
2015-05-18 19:38:30terry.reedysetmessageid: <1431977910.07.0.139383427951.issue24222@psf.upfronthosting.co.za>
2015-05-18 19:38:30terry.reedylinkissue24222 messages
2015-05-18 19:38:29terry.reedycreate