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 phep
Recipients phep
Date 2010-04-20.15:29:07
SpamBayes Score 0.00448741
Marked as misclassified No
Message-id <1271777349.17.0.192920763608.issue8470@psf.upfronthosting.co.za>
In-reply-to
Content
Since cmd.cmdloop() says:

# ...
self.stdout.write(str(self.intro)+"\n")
# ....

one cannot use unicode characters in cmd.cmd.intro, for example the copyright (©) character (u'\xa9').

TIA
History
Date User Action Args
2010-04-20 15:29:09phepsetrecipients: + phep
2010-04-20 15:29:09phepsetmessageid: <1271777349.17.0.192920763608.issue8470@psf.upfronthosting.co.za>
2010-04-20 15:29:07pheplinkissue8470 messages
2010-04-20 15:29:07phepcreate