Added PEP 8, Style Guide for Python Code, Van Rossum, Warsaw

Adapted from Guido's Python Style Guide essay.
This commit is contained in:
Barry Warsaw 2001-07-05 18:48:30 +00:00
parent d7727706d9
commit b874a8a521
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ Index by Category
I 5 pep-0005.txt Guidelines for Language Evolution Prescod
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
@ -127,6 +128,7 @@ Numerical Index
I 5 pep-0005.txt Guidelines for Language Evolution Prescod
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