Revive PEP 218 (sets) for 2.3.
This commit is contained in:
parent
ca9c142872
commit
015b177fe7
|
@ -62,6 +62,7 @@ Index by Category
|
|||
I 206 2.0 Batteries Included Zadka
|
||||
S 209 Adding Multidimensional Arrays Barrett, Oliphant
|
||||
S 215 String Interpolation Yee
|
||||
S 218 Adding a Built-In Set Object Type Wilson
|
||||
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
|
||||
|
@ -146,7 +147,6 @@ Index by Category
|
|||
SD 212 Loop Counter Iteration Schneider-Kamp
|
||||
SD 213 Attribute Access Handlers Prescod
|
||||
IR 216 Docstring Format Zadka
|
||||
SD 218 Adding a Built-In Set Object Type Wilson
|
||||
SD 219 Stackless Python McMillan
|
||||
SD 222 Web Library Enhancements Kuchling
|
||||
SR 224 Attribute Docstrings Lemburg
|
||||
|
@ -202,7 +202,7 @@ Numerical Index
|
|||
SD 215 String Interpolation Yee
|
||||
IR 216 Docstring Format Zadka
|
||||
SF 217 Display Hook for Interactive Use Zadka
|
||||
SD 218 Adding a Built-In Set Object Type Wilson
|
||||
S 218 Adding a Built-In Set Object Type Wilson
|
||||
SD 219 Stackless Python McMillan
|
||||
ID 220 Coroutines, Generators, Continuations McMillan
|
||||
SF 221 Import As Wouters
|
||||
|
|
|
@ -79,6 +79,11 @@ Planned features for 2.3
|
|||
|
||||
I'm all for this plan. I haven't reviewed the implementation.
|
||||
|
||||
- PEP 218 Adding a Built-In Set Object Type
|
||||
|
||||
I think it would be good to revive this in some form, using a
|
||||
module rather than a built-in type.
|
||||
|
||||
- A new command line option parser. Greg Ward's Optik
|
||||
(http://optik.sf.net) would fit the bill fine; there's only some
|
||||
question about whether it should be given a less "cutesy" name.
|
||||
|
|
Loading…
Reference in New Issue