[Python-checkins] r43676 - peps/trunk/pep-3099.txt

guido.van.rossum python-checkins at python.org
Wed Apr 5 23:21:57 CEST 2006


Author: guido.van.rossum
Date: Wed Apr  5 23:21:57 2006
New Revision: 43676

Modified:
   peps/trunk/pep-3099.txt
Log:
Clarify (I hope) that we're not going to *enforce* 80 columns. :-)


Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Wed Apr  5 23:21:57 2006
@@ -54,7 +54,8 @@
 Coding style
 ============
 
-* The maximum line width will be 80 characters.
+* The (recommended) maximum line width will remain 80 characters,
+  for both C and Python code.
 
    Thread: "C style guide",
    http://mail.python.org/pipermail/python-3000/2006-March/000131.html


More information about the Python-checkins mailing list