Added PEP 270, uniq method for list objects, Jason Petrone
This commit is contained in:
parent
3658c543a3
commit
a634156bd1
|
@ -64,6 +64,7 @@ Index by Category
|
||||||
S 267 Optimized Access to Module Namespaces Hylton
|
S 267 Optimized Access to Module Namespaces Hylton
|
||||||
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
|
||||||
|
|
||||||
Py-in-the-sky PEPs (not considered for Python 2.2)
|
Py-in-the-sky PEPs (not considered for Python 2.2)
|
||||||
|
|
||||||
|
@ -221,6 +222,8 @@ Numerical Index
|
||||||
S 267 Optimized Access to Module Namespaces Hylton
|
S 267 Optimized Access to Module Namespaces Hylton
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
Key
|
Key
|
||||||
|
|
||||||
|
@ -256,6 +259,7 @@ Owners
|
||||||
Oliphant, Travis oliphant@ee.byu.edu
|
Oliphant, Travis oliphant@ee.byu.edu
|
||||||
Pelletier, Michel michel@digicool.com
|
Pelletier, Michel michel@digicool.com
|
||||||
Peters, Tim tim@digicool.com
|
Peters, Tim tim@digicool.com
|
||||||
|
Petrone, Jason jp@demonseed.net
|
||||||
Prescod, Paul paul@prescod.net
|
Prescod, Paul paul@prescod.net
|
||||||
Raymond, Eric esr@snark.thyrsus.com
|
Raymond, Eric esr@snark.thyrsus.com
|
||||||
Reifschneider, Sean jafo-pep@tummy.com
|
Reifschneider, Sean jafo-pep@tummy.com
|
||||||
|
|
Loading…
Reference in New Issue