Add some hopeful PEPS.

This commit is contained in:
Guido van Rossum 2003-02-26 14:58:11 +00:00
parent 5c0f2e9923
commit bf79d7da5f
1 changed files with 10 additions and 1 deletions

View File

@ -161,7 +161,16 @@ Planned features for 2.3
"outer.inner", and pickling should work. (SF 633930. I'm no
longer certain this is easy or even right.)
- The import lock could use some redesign. (SF 683658.)
- The import lock could use some redesign. (SF 683658.)
- PEP 311 (Simplified GIL Acquisition for Extensions, by Mark
Hammond) may be ready in time to get it in.
- PEP 305 (CSV File API, by Skip Montanaro et al.) might go in; I
don't know what the authors' plans are.
- PEP 304 (Controlling Generation of Bytecode Files by Montanaro)
might go in; I've lost track of the status.
Ongoing tasks