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 Ramchandra Apte, loewis, orsenthil, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-07-09.22:01:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341871261.73.0.00918003049314.issue13532@psf.upfronthosting.co.za>
In-reply-to
Content
I tested and pushed the change to allow bytestrings. If anyone is printing other character buffer objects in 2.7 with Idle, they can explicitly convert to str/bytes, patch run.py, and/or post here or on a new issue for further expansion. I am otherwise done with this too.
History
Date User Action Args
2012-07-09 22:01:01terry.reedysetrecipients: + terry.reedy, loewis, orsenthil, roger.serwy, python-dev, Ramchandra Apte, serhiy.storchaka
2012-07-09 22:01:01terry.reedysetmessageid: <1341871261.73.0.00918003049314.issue13532@psf.upfronthosting.co.za>
2012-07-09 22:01:01terry.reedylinkissue13532 messages
2012-07-09 22:01:01terry.reedycreate