updates post beta1
This commit is contained in:
parent
1103b473b7
commit
71d5313e04
41
pep-0320.txt
41
pep-0320.txt
|
@ -33,7 +33,13 @@ Release Schedule
|
||||||
|
|
||||||
Sept 3: alpha 3 [completed]
|
Sept 3: alpha 3 [completed]
|
||||||
|
|
||||||
October 11/12: beta 1 [scheduled]
|
October 15: beta 1 [completed]
|
||||||
|
|
||||||
|
November 3: beta 2 [scheduled]
|
||||||
|
|
||||||
|
November 18: release candidate 1 [scheduled]
|
||||||
|
|
||||||
|
November 30: final [scheduled]
|
||||||
|
|
||||||
Completed features for 2.4
|
Completed features for 2.4
|
||||||
|
|
||||||
|
@ -65,27 +71,22 @@ Completed features for 2.4
|
||||||
|
|
||||||
Python's windows installer now uses MSI
|
Python's windows installer now uses MSI
|
||||||
|
|
||||||
|
|
||||||
Planned features for 2.4
|
|
||||||
|
|
||||||
These features are all planned for 2.4b1, but have not yet landed.
|
|
||||||
|
|
||||||
Deprecate and/or remove the modules listed in PEP 4 (posixfile,
|
|
||||||
gopherlib, pre, others)
|
|
||||||
|
|
||||||
Remove support for platforms as described in PEP 11.
|
|
||||||
|
|
||||||
Finish implementing the Distutils bdist_dpkg command. (AMK)
|
|
||||||
|
|
||||||
Add support for reading shadow passwords (www.python.org/sf/579435)
|
|
||||||
|
|
||||||
It would be nice if the built-in SSL socket type could be used
|
|
||||||
for non-blocking SSL I/O. Currently packages such as Twisted
|
|
||||||
which implement async servers using SSL have to require third-party
|
|
||||||
packages such as pyopenssl.
|
|
||||||
|
|
||||||
Deferred until 2.5:
|
Deferred until 2.5:
|
||||||
|
|
||||||
|
- Deprecate and/or remove the modules listed in PEP 4 (posixfile,
|
||||||
|
gopherlib, pre, others)
|
||||||
|
|
||||||
|
- Remove support for platforms as described in PEP 11.
|
||||||
|
|
||||||
|
- Finish implementing the Distutils bdist_dpkg command. (AMK)
|
||||||
|
|
||||||
|
- Add support for reading shadow passwords (www.python.org/sf/579435)
|
||||||
|
|
||||||
|
- It would be nice if the built-in SSL socket type could be used
|
||||||
|
for non-blocking SSL I/O. Currently packages such as Twisted
|
||||||
|
which implement async servers using SSL have to require third-party
|
||||||
|
packages such as pyopenssl.
|
||||||
|
|
||||||
- AST-based compiler: this branch was not completed in time for
|
- AST-based compiler: this branch was not completed in time for
|
||||||
2.4, but will land on the trunk some time after 2.4 final is
|
2.4, but will land on the trunk some time after 2.4 final is
|
||||||
out, for inclusion in 2.5.
|
out, for inclusion in 2.5.
|
||||||
|
|
Loading…
Reference in New Issue