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 eric.araujo
Recipients eric.araujo, georg.brandl, mark.dickinson, rhettinger
Date 2010-03-07.06:30:11
SpamBayes Score 3.0134704e-08
Marked as misclassified No
Message-id <1267943419.09.0.91655721641.issue5341@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the path that rewraps lines longer than 80 characters.

Note that it is possible than some lines were unnecessarily rewrapped; I’m not really sure whether my editor displays the characters count or the index of the next character. Sorry about that.

I’ve noticed that some parts were wrapped to 72 characters and other to 80. PEP 8 tells to wrap text to 72 characters in Python files; is there a similar guideline for the doc anywhere?

If anyone know of a tool that can report lines longer that a certain length (preferably encoding-aware, i.e. counting characters and not bytes), I’d be glad to hear of it.

Cheers
History
Date User Action Args
2010-03-07 06:30:19eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, mark.dickinson
2010-03-07 06:30:19eric.araujosetmessageid: <1267943419.09.0.91655721641.issue5341@psf.upfronthosting.co.za>
2010-03-07 06:30:16eric.araujolinkissue5341 messages
2010-03-07 06:30:15eric.araujocreate