Get rid of the `Technical' PEP category. PEPs are either Standards

Track or Informational.
This commit is contained in:
Barry Warsaw 2000-08-23 05:04:42 +00:00
parent fcada696a2
commit 5ff3374dd9
1 changed files with 5 additions and 7 deletions

View File

@ -30,13 +30,11 @@ What is a PEP?
Kinds of PEPs
There are three kinds of PEPs. A standards track PEP describes a
new feature 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. A technical
PEP describes a new implementation or other internal modification
that doesn't directly expose new features to the Python
programmer.
There are two kinds of PEPs. A standards track PEP describes a
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.
PEP Workflow