[Python-Dev] [Python-checkins] r60919 - peps/trunk/pep-0008.txt
Ron Adam
rrr at ronadam.com
Thu Feb 21 18:33:37 CET 2008
More information about the Python-Dev mailing list
Thu Feb 21 18:33:37 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 ]
Barry Warsaw wrote: > Why should docstrings and comments be limited to 72 characters when > code is limited to 79 characters? I ask because there is an ongoing > debate at my company about this. I'm not sure if this is the main reason, but when using pydoc to view docstrings, the 72 character width allows for the added indent in class and method sections. Ron
- 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