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 Ramchandra Apte
Recipients Ramchandra Apte
Date 2011-10-26.05:48:48
SpamBayes Score 1.5174526e-06
Marked as misclassified No
Message-id <1319608129.37.0.0558883356195.issue13265@psf.upfronthosting.co.za>
In-reply-to
Content
When you print an unprintable character, IDLE raises an error.
>>> print(chr(500304)) # print an unprintable character
The error is only visible when you run the code from a commmand-line.
When you run python from the command-line and execute the code it shows
the unprintable character symbol (looks like []).
History
Date User Action Args
2011-10-26 05:48:49Ramchandra Aptesetrecipients: + Ramchandra Apte
2011-10-26 05:48:49Ramchandra Aptesetmessageid: <1319608129.37.0.0558883356195.issue13265@psf.upfronthosting.co.za>
2011-10-26 05:48:48Ramchandra Aptelinkissue13265 messages
2011-10-26 05:48:48Ramchandra Aptecreate