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 r.david.murray
Recipients eric.araujo, r.david.murray
Date 2010-03-27.19:09:57
SpamBayes Score 4.6308596e-06
Marked as misclassified No
Message-id <1269716999.3.0.194889722273.issue7913@psf.upfronthosting.co.za>
In-reply-to
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.  At that point, one might as well go for full ReST markup parsing, and I don't think that is appropriate :)
History
Date User Action Args
2010-03-27 19:09:59r.david.murraysetrecipients: + r.david.murray, eric.araujo
2010-03-27 19:09:59r.david.murraysetmessageid: <1269716999.3.0.194889722273.issue7913@psf.upfronthosting.co.za>
2010-03-27 19:09:58r.david.murraylinkissue7913 messages
2010-03-27 19:09:57r.david.murraycreate