Clarify significance of informational PEPs

This commit is contained in:
Andrew M. Kuchling 2002-04-18 16:27:07 +00:00
parent 2de6737f7f
commit bf5099b6b6
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ Kinds of PEPs
new feature or implementation for Python. An informational PEP
describes a Python design issue, or provides general guidelines or
information to the Python community, but does not propose a new
feature.
feature. Informational PEPs do not represent a Python community
consensus or recommendation, so users and implementors are free to
ignore informational PEPs or follow their advice.
PEP Work Flow