New submission from Case Van Horsen <cas...@gmail.com>: 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. ---------- components: Extension Modules files: doc_width1.diff keywords: patch messages: 115359 nosy: casevh priority: normal severity: normal status: open title: Output of help(...) is wider than 80 characters type: behavior Added file: http://bugs.python.org/file18707/doc_width1.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9739> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com