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 eric.araujo
Recipients eric.araujo, r.david.murray
Date 2010-03-27.19:23:59
SpamBayes Score 0.0020540229
Marked as misclassified No
Message-id <4BAE5B4E.7000106@netwok.org>
In-reply-to <1269716999.3.0.194889722273.issue7913@psf.upfronthosting.co.za>
Content
> 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
History
Date User Action Args
2010-03-27 19:24:01eric.araujosetrecipients: + eric.araujo, r.david.murray
2010-03-27 19:24:00eric.araujolinkissue7913 messages
2010-03-27 19:23:59eric.araujocreate