[issue7913] Enhance Cmd support for docstrings and document it.

Éric Araujo report at bugs.python.org
Sat Mar 27 20:24:01 CET 2010


Éric Araujo <merwok at netwok.org> added the comment:

> The problem with using textwrap is that you'd have to identify paragraph boundaries
> and example code to avoid messing up the meaning of the doc string.

I thought dedent just worked. Can you provide a simple example to help 
me understand this problem?

Does this help:
http://code.activestate.com/recipes/358228-extend-textwraptextwrapper-to-handle-multiple-para/

Regards

----------

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


More information about the Python-bugs-list mailing list