[issue4584] doctest fails to display bytes type
Georg Brandl
report at bugs.python.org
Sun Dec 7 23:01:06 CET 2008
Georg Brandl <georg at python.org> added the comment:
You've included a chr(255) character in your docstring. You need to
escape the backslash in order to include the bytes representation like
it will be generated.
----------
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4584>
_______________________________________
More information about the Python-bugs-list
mailing list