[Python-Dev] [Python-checkins] r60919 - peps/trunk/pep-0008.txt
Amaury Forgeot d'Arc
amauryfa at gmail.com
Fri Feb 22 09:01:27 CET 2008
More information about the Python-Dev mailing list
Fri Feb 22 09:01:27 CET 2008
- Previous message: [Python-Dev] [Python-checkins] r60919 - peps/trunk/pep-0008.txt
- Next message: [Python-Dev] [Python-checkins] r60919 - peps/trunk/pep-0008.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Skip Montanaro wrote: > Why not just skip the specifics except to say < 80 characters for all > lines? Don't mention 72, 79 or any other number than 80: I often run "svn diff" in a console limited to 80 characters. Because of the leading "+", lines longer than 78 wrap, and the output is more difficult to read. -- Amaury Forgeot d'Arc
- Previous message: [Python-Dev] [Python-checkins] r60919 - peps/trunk/pep-0008.txt
- Next message: [Python-Dev] [Python-checkins] r60919 - peps/trunk/pep-0008.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list