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 georg.brandl
Recipients eric.araujo, georg.brandl, mark.dickinson, r.david.murray, rhettinger
Date 2010-03-07.15:24:08
SpamBayes Score 1.544235e-05
Marked as misclassified No
Message-id <1267975450.14.0.917824221816.issue5341@psf.upfronthosting.co.za>
In-reply-to
Content
David is correct, rewrapping while editing is intrusive enough.

The docs should be wrapped at 79/80 characters.  The reason that most files have longer lines is that the latex to rest converter tool had a flaw in the wrapping code that I didn't notice until after the conversion.

Applied the two other patches in r78760.
History
Date User Action Args
2010-03-07 15:24:10georg.brandlsetrecipients: + georg.brandl, rhettinger, mark.dickinson, eric.araujo, r.david.murray
2010-03-07 15:24:10georg.brandlsetmessageid: <1267975450.14.0.917824221816.issue5341@psf.upfronthosting.co.za>
2010-03-07 15:24:08georg.brandllinkissue5341 messages
2010-03-07 15:24:08georg.brandlcreate