[New-bugs-announce] [issue8470] Let cmd.cmd.intro be unicode friendly

phep report at bugs.python.org
Tue Apr 20 17:29:09 CEST 2010


New submission from phep <patrice.pillot at teletopie.net>:

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

----------
messages: 103726
nosy: phep
severity: normal
status: open
title: Let cmd.cmd.intro be unicode friendly
type: feature request
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8470>
_______________________________________


More information about the New-bugs-announce mailing list