Adjust schedule. Add some issues that might be resulved before 2.3b1.
This commit is contained in:
parent
10b912421d
commit
247c1e1073
20
pep-0283.txt
20
pep-0283.txt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue