[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.103,1.104

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 05 Jul 2001 11:48:32 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv28365

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 8, Style Guide for Python Code, Van Rossum, Warsaw

Adapted from Guido's Python Style Guide essay.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -r1.103 -r1.104
*** pep-0000.txt	2001/07/05 14:16:35	1.103
--- pep-0000.txt	2001/07/05 18:48:30	1.104
***************
*** 30,33 ****
--- 30,34 ----
   I     6  pep-0006.txt  Bug Fix Releases                       Aahz
   I     7  pep-0007.txt  Style Guide for C Code                 van Rossum
+  I     8  pep-0008.txt  Style Guide for Python Code          van Rossum, Warsaw
  
   Other Informational PEPs
***************
*** 128,131 ****
--- 129,133 ----
   I     6  pep-0006.txt  Bug Fix Releases                       Aahz
   I     7  pep-0007.txt  Style Guide for C Code                 van Rossum
+  I     8  pep-0008.txt  Style Guide for Python Code          van Rossum, Warsaw
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
   SF  100  pep-0100.txt  Python Unicode Integration             Lemburg