[Python-checkins] r81034 - peps/trunk/pep-0007.txt

antoine.pitrou python-checkins at python.org
Sun May 9 20:28:43 CEST 2010


Author: antoine.pitrou
Date: Sun May  9 20:28:43 2010
New Revision: 81034

Log:
Update PEP 7. All C files should now use 4-space indents.



Modified:
   peps/trunk/pep-0007.txt

Modified: peps/trunk/pep-0007.txt
==============================================================================
--- peps/trunk/pep-0007.txt	(original)
+++ peps/trunk/pep-0007.txt	Sun May  9 20:28:43 2010
@@ -46,13 +46,7 @@
 
 Code lay-out
 
-    - Use single-tab indents, where a tab is worth 8 spaces, in files
-      that already use tabs.  In new source files, and the few files
-      that were created after this rule was introduced, use 4-space
-      indents and no tabs at all.
-
-      At some point, the whole codebase may be converted to use only
-      4-space indents.
+    - Use 4-space indents and no tabs at all.
 
     - No line should be longer than 79 characters.  If this and the
       previous rule together don't give you enough room to code, your


More information about the Python-checkins mailing list