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 casevh
Recipients casevh
Date 2010-09-02.05:01:27
SpamBayes Score 2.7739154e-06
Marked as misclassified No
Message-id <1283403700.53.0.514117826781.issue9739@psf.upfronthosting.co.za>
In-reply-to
Content
In several modules, the output of help(some_module) is wider than 80 characters. This results in extra line wrapping and incorrect formatting of the help text.

I've attached a single patch (doc_width1.diff) that corrects the issue for math, cmath, tuple, datetime, and time modules. I can continue to create patches for a few modules at a time, or I can create patches for individual modules.

I'm not changing any text, only adding \n as needed.
History
Date User Action Args
2010-09-02 05:01:42casevhsetrecipients: + casevh
2010-09-02 05:01:40casevhsetmessageid: <1283403700.53.0.514117826781.issue9739@psf.upfronthosting.co.za>
2010-09-02 05:01:37casevhlinkissue9739 messages
2010-09-02 05:01:35casevhcreate