updates post beta1

This commit is contained in:
Anthony Baxter 2004-10-27 11:53:05 +00:00
parent 1103b473b7
commit 71d5313e04
1 changed files with 21 additions and 20 deletions

View File

@ -33,7 +33,13 @@ Release Schedule
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
@ -64,28 +70,23 @@ Completed features for 2.4
to the heapq module.
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:
- 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
2.4, but will land on the trunk some time after 2.4 final is
out, for inclusion in 2.5.