Éric Araujo <mer...@netwok.org> added the comment: 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 ---------- Added file: http://bugs.python.org/file16479/some-rewrapping.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5341> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com