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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2014-01-22.18:01:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390413690.28.0.716937346278.issue20338@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I think we can extend the limit (until implement wrapping). On my narrow monitor there is a room only for 120 character tip (when it starts right from left side of the screen), so I prefer to wrap long lines. In any case too long lines are not comfortable to read.

>>> len(str(inspect.signature(textwrap.TextWrapper)))
242
History
Date User Action Args
2014-01-22 18:01:30serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2014-01-22 18:01:30serhiy.storchakasetmessageid: <1390413690.28.0.716937346278.issue20338@psf.upfronthosting.co.za>
2014-01-22 18:01:30serhiy.storchakalinkissue20338 messages
2014-01-22 18:01:30serhiy.storchakacreate