Adjust schedule. Add some issues that might be resulved before 2.3b1.

This commit is contained in:
Guido van Rossum 2003-02-19 19:10:33 +00:00
parent 10b912421d
commit 247c1e1073
1 changed files with 14 additions and 6 deletions

View File

@ -27,10 +27,10 @@ Abstract
guidelines:
alpha 2 -- mid February
beta 1 -- mid March
beta 2 -- mid April
rc 1 -- mid May
final -- end of May
beta 1 -- late March
beta 2 -- late April
rc 1 -- late May
final -- early June
Release Manager
@ -136,6 +136,8 @@ Completed features for 2.3
Implemented (though the 2.3a1 release contained some bugs that
have been fixed post-release).
- A new pickling protocol. See PEP 307.
Planned features for 2.3
@ -148,10 +150,16 @@ Planned features for 2.3
feedback to python-dev@python.org; I hope to maintain this for the
life of the 2.3 development process.
- A new pickling protocol. See PEP 307.
- We need a new PyArg_Parse*() format code that returns an
unsigned C long int that receives the lower LONG_BIT bits of the
Python argument, truncating without range checking. (SF
595026.)
- For a class defined inside another class, the __name__ should be
"outer.inner", and pickling should work.
"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.)
Ongoing tasks