Added PEP 273, Import Modules from Zip Archives, James C. Ahlstrom
Also, did some reorganization of the PEP categories: - Under consideration for Python 2.2 -> ... for Python 2.3 - Py-in-the-sky -> Python 2.3
This commit is contained in:
parent
99862de094
commit
acdc4d4712
32
pep-0000.txt
32
pep-0000.txt
|
@ -48,24 +48,9 @@ Index by Category
|
|||
S 252 Making Types Look More Like Classes van Rossum
|
||||
S 253 Subtyping Built-in Types van Rossum
|
||||
|
||||
Open PEPs (under consideration for Python 2.2)
|
||||
Open PEPs (under consideration for Python 2.3)
|
||||
|
||||
I 42 Small Feature Requests Hylton
|
||||
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
||||
S 241 Metadata for Python Software Packages Kuchling
|
||||
S 243 Module Repository Upload Mechanism Reifschneider
|
||||
S 256 Docstring Processing System Framework Goodger
|
||||
S 257 Docstring Conventions Goodger, van Rossum
|
||||
S 258 DPS Generic Implementation Details Goodger
|
||||
S 262 Database of Installed Python Packages Kuchling
|
||||
S 263 Defining Python Source Code Encodings Lemburg
|
||||
S 265 Sorting Dictionaries by Value Griffin
|
||||
S 267 Optimized Access to Module Namespaces Hylton
|
||||
S 269 Pgen Module for Python Riehl
|
||||
S 270 uniq method for list objects Petrone
|
||||
|
||||
Py-in-the-sky PEPs (not considered for Python 2.2)
|
||||
|
||||
I 206 2.0 Batteries Included Zadka
|
||||
S 209 Adding Multidimensional Arrays Barrett, Oliphant
|
||||
S 211 Adding A New Outer Product Operator Wilson
|
||||
|
@ -78,14 +63,27 @@ Index by Category
|
|||
S 222 Web Library Enhancements Kuchling
|
||||
SD 225 Elementwise/Objectwise Operators Zhu, Lielens
|
||||
S 228 Reworking Python's Numeric Model Zadka, van Rossum
|
||||
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
||||
S 239 Adding a Rational Type to Python Zadka
|
||||
S 240 Adding a Rational Literal to Python Zadka
|
||||
S 241 Metadata for Python Software Packages Kuchling
|
||||
S 242 Numeric Kinds Dubois
|
||||
S 243 Module Repository Upload Mechanism Reifschneider
|
||||
S 245 Python Interface Syntax Pelletier
|
||||
S 246 Object Adaptation Evans
|
||||
S 254 Making Classes Look More Like Types van Rossum
|
||||
S 256 Docstring Processing System Framework Goodger
|
||||
S 257 Docstring Conventions Goodger, van Rossum
|
||||
S 258 DPS Generic Implementation Details Goodger
|
||||
S 262 Database of Installed Python Packages Kuchling
|
||||
S 263 Defining Python Source Code Encodings Lemburg
|
||||
S 265 Sorting Dictionaries by Value Griffin
|
||||
S 266 Optimizing Global Variable/Attribute Access Montanaro
|
||||
S 267 Optimized Access to Module Namespaces Hylton
|
||||
S 268 Extended HTTP functionality and WebDAV Stein
|
||||
S 269 Pgen Module for Python Riehl
|
||||
S 270 uniq method for list objects Petrone
|
||||
I 273 Import Modules from Zip Archives Ahlstrom
|
||||
|
||||
Finished PEPs (done, implemented in CVS)
|
||||
|
||||
|
@ -227,6 +225,7 @@ Numerical Index
|
|||
S 270 uniq method for list objects Petrone
|
||||
SR 271 Prefixing sys.path by command line option Giacometti
|
||||
I 272 API for Secret-Key Encryption Algorithms Kuchling
|
||||
I 273 Import Modules from Zip Archives Ahlstrom
|
||||
|
||||
|
||||
Key
|
||||
|
@ -243,6 +242,7 @@ Owners
|
|||
|
||||
name email address
|
||||
---------------- -------------
|
||||
Ahlstrom, James C. jim@interet.com
|
||||
Aahz aahz@pobox.com
|
||||
Ascher, David davida@activestate.com
|
||||
Barrett, Paul barrett@stsci.edu
|
||||
|
|
Loading…
Reference in New Issue