Message 208832 - Python tracker

Message208832

Author terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2014-01-22.17:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390412537.02.0.995443904419.issue20338@psf.upfronthosting.co.za>
In-reply-to
Content
How about we extend the limit from 79 to say 120, to accommodate people who use longer docstring lines, and only wrap the signature line, when present, like the one for HTTPConnection, as the signature is the important information to include.
History
Date User Action Args
2014-01-22 17:42:17terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2014-01-22 17:42:17terry.reedysetmessageid: <1390412537.02.0.995443904419.issue20338@psf.upfronthosting.co.za>
2014-01-22 17:42:17terry.reedylinkissue20338 messages
2014-01-22 17:42:16terry.reedycreate