PEP 6 is (slightly) renamed to "Bug Fix Releases"

Active PEPs are now those under consideration for Python 2.2

Future PEPs category removed (for now)

PEPs 205, 226, 227, 229, 235, 236 moved to Finished (although not all
are marked Final yet; waiting for confirmation from PEP owners).

PEP 243 moved to Active PEPs

PEP 233 moved to Deferred, but this will probably change to Finished
once Paul updates the text.

Added PEP 250, Using site-packages on All Platforms, Moore

Added PEP 251, Python 2.2 Release Schedule, Warsaw (for now)

PEP 160 marked as Final

Rejected PEPs category expanded to Deferred, Abandoned, and Rejected
This commit is contained in:
Barry Warsaw 2001-04-18 10:27:03 +00:00
parent 1e0564440b
commit 5bcbd85500
1 changed files with 20 additions and 18 deletions

View File

@ -27,7 +27,7 @@ Index by Category
I 3 pep-0003.txt Guidelines for Handling Bug Reports Hylton
I 4 pep-0004.txt Deprecation of Standard Modules von Loewis
I 5 pep-0005.txt Guidelines for Language Evolution Prescod
I 6 pep-0006.txt Patch and Bug Fix Releases Aahz
I 6 pep-0006.txt Bug Fix Releases Aahz
Other Informational PEPs
@ -35,20 +35,9 @@ Index by Category
I 248 pep-0248.txt Python Database API Specification v1.0 Lemburg
I 249 pep-0249.txt Python Database API Specification v2.0 Lemburg
Active PEPs (under serious consideration for Python 2.1 - even if empty)
Active PEPs (under consideration for Python 2.2)
I 42 pep-0042.txt Small Feature Requests Hylton
S 205 pep-0205.txt Weak References Drake
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
S 227 pep-0227.txt Statically Nested Scopes Hylton
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
S 233 pep-0233.txt Python Online Help Prescod
S 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
S 236 pep-0236.txt Back to the __future__ Peters
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
Future PEPs (in consideration for Python 2.2)
S 234 pep-0234.txt Iterators Yee
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka
S 238 pep-0238.txt Non-integer Division Zadka
@ -56,9 +45,12 @@ Index by Category
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
S 242 pep-0242.txt Numeric Kinds Dubois
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
S 244 pep-0244.txt The `directive' Statement von Loewis
S 245 pep-0245.txt Python Interface Syntax Pelletier
S 246 pep-0246.txt Object Adaptation Evans
S 250 pep-0250.txt Using site-packages on All Platforms Moore
I 251 pep-0251.txt Python 2.2 Release Schedule Warsaw
Py-in-the-sky PEPs (not ready; may become active yet)
@ -77,19 +69,25 @@ Index by Category
Finished PEPs (done, implemented)
I 160 pep-0160.txt Python 1.6 Release Schedule Drake
IF 160 pep-0160.txt Python 1.6 Release Schedule Drake
IF 200 pep-0200.txt Python 2.0 Release Schedule Hylton
SF 201 pep-0201.txt Lockstep Iteration Warsaw
S 202 pep-0202.txt List Comprehensions Peters
SF 203 pep-0203.txt Augmented Assignments Wouters
S 205 pep-0205.txt Weak References Drake
SF 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
SF 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
SF 214 pep-0214.txt Extended Print Statement Warsaw
SF 217 pep-0217.txt Display Hook for Interactive Use Zadka
SF 221 pep-0221.txt Import As Wouters
SF 223 pep-0223.txt Change the Meaning of \x Escapes Peters
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
S 227 pep-0227.txt Statically Nested Scopes Hylton
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
SF 230 pep-0230.txt Warning Framework van Rossum
SF 232 pep-0232.txt Function Attributes Warsaw
SF 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
S 236 pep-0236.txt Back to the __future__ Peters
Empty PEPs (or containing only an abstract)
@ -97,11 +95,12 @@ Index by Category
SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher
ID 220 pep-0220.txt Coroutines, Generators, Continuations McMillan
Rejected PEPs
Deferred, Abandoned, and Rejected PEPs
SR 204 pep-0204.txt Range Literals Wouters
SR 224 pep-0224.txt Attribute Docstrings Lemburg
SR 231 pep-0231.txt __findattr__() Warsaw
S 233 pep-0233.txt Python Online Help Prescod
Numerical Index
@ -114,10 +113,10 @@ Numerical Index
I 3 pep-0003.txt Guidelines for Handling Bug Reports Hylton
I 4 pep-0004.txt Deprecation of Standard Modules von Loewis
I 5 pep-0005.txt Guidelines for Language Evolution Prescod
I 6 pep-0006.txt Patch and Bug Fix Releases Aahz
I 6 pep-0006.txt Bug Fix Releases Aahz
I 42 pep-0042.txt Small Feature Requests Hylton
I 160 pep-0160.txt Python 1.6 Release Schedule Drake
IF 160 pep-0160.txt Python 1.6 Release Schedule Drake
IF 200 pep-0200.txt Python 2.0 Release Schedule Hylton
SF 201 pep-0201.txt Lockstep Iteration Warsaw
@ -154,7 +153,7 @@ Numerical Index
SF 232 pep-0232.txt Function Attributes Warsaw
S 233 pep-0233.txt Python Online Help Prescod
S 234 pep-0234.txt Iterators Yee
S 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
SF 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
S 236 pep-0236.txt Back to the __future__ Peters
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka
S 238 pep-0238.txt Non-integer Division Zadka
@ -169,6 +168,8 @@ Numerical Index
I 247 pep-0247.txt API for Cryptographic Hash Functions Kuchling
I 248 pep-0248.txt Python Database API Specification v1.0 Lemburg
I 249 pep-0249.txt Python Database API Specification v2.0 Lemburg
S 250 pep-0250.txt Using site-packages on All Platforms Moore
I 251 pep-0251.txt Python 2.2 Release Schedule Warsaw
Key
@ -197,6 +198,7 @@ Owners
Lielens, Gregory gregory.lielens@fft.be
von Loewis, Martin loewis@informatik.hu-berlin.de
McMillan, Gordon gmcm@hypernet.com
Moore, Paul gustav@morpheus.demon.co.uk
Oliphant, Travis oliphant@ee.byu.edu
Pelletier, Michel michel@digicool.com
Peters, Tim tim@digicool.com