Added PEP 271, Prefixing sys.path by command line option, Giacometti
This commit is contained in:
parent
60c5796bd8
commit
82be304a45
|
@ -65,6 +65,7 @@ Index by Category
|
||||||
S 268 Extended HTTP functionality and WebDAV Stein
|
S 268 Extended HTTP functionality and WebDAV Stein
|
||||||
S 269 Pgen Module for Python Riehl
|
S 269 Pgen Module for Python Riehl
|
||||||
S 270 uniq method for list objects Petrone
|
S 270 uniq method for list objects Petrone
|
||||||
|
S 271 Prefixing sys.path by command line option Giacometti
|
||||||
|
|
||||||
Py-in-the-sky PEPs (not considered for Python 2.2)
|
Py-in-the-sky PEPs (not considered for Python 2.2)
|
||||||
|
|
||||||
|
@ -223,6 +224,7 @@ Numerical Index
|
||||||
S 268 Extended HTTP functionality and WebDAV Stein
|
S 268 Extended HTTP functionality and WebDAV Stein
|
||||||
S 269 Pgen Module for Python Riehl
|
S 269 Pgen Module for Python Riehl
|
||||||
S 270 uniq method for list objects Petrone
|
S 270 uniq method for list objects Petrone
|
||||||
|
S 271 Prefixing sys.path by command line option Giacometti
|
||||||
|
|
||||||
|
|
||||||
Key
|
Key
|
||||||
|
@ -245,6 +247,7 @@ Owners
|
||||||
Drake, Fred fdrake@acm.org
|
Drake, Fred fdrake@acm.org
|
||||||
Dubois, Paul F. paul@pfdubois.com
|
Dubois, Paul F. paul@pfdubois.com
|
||||||
Evans, Clark C. cce@clarkevans.com
|
Evans, Clark C. cce@clarkevans.com
|
||||||
|
Giacometti, Frédéric B. fred@arakne.com
|
||||||
Goodger, David dgoodger@bigfoot.com
|
Goodger, David dgoodger@bigfoot.com
|
||||||
Griffin, Grant g2@iowegian.com
|
Griffin, Grant g2@iowegian.com
|
||||||
Hudson, Michael mwh@python.net
|
Hudson, Michael mwh@python.net
|
||||||
|
|
Loading…
Reference in New Issue