[docs] [issue14824] reprlib documentation references string module
Chris Rebert
report at bugs.python.org
Wed May 16 10:07:21 CEST 2012
Chris Rebert <pybugs at rebertia.com> added the comment:
Patch. Though I ponder whether the expression in question might be equivalent to simply:
type(obj).__name__.replace('_', ' ')
----------
keywords: +patch
nosy: +cvrebert
Added file: http://bugs.python.org/file25607/reprlib.rst.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14824>
_______________________________________
More information about the docs
mailing list