Added PEP 8, Style Guide for Python Code, Van Rossum, Warsaw
Adapted from Guido's Python Style Guide essay.
This commit is contained in:
parent
d7727706d9
commit
b874a8a521
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue