Add two items; fix grammar typo

This commit is contained in:
Andrew M. Kuchling 2004-01-16 15:58:37 +00:00
parent 18e59b5243
commit 12bfa2c53e
1 changed files with 9 additions and 3 deletions

View File

@ -66,9 +66,15 @@ Planned features for 2.4
Possibly add 'diff3' and 'patch' functions to the difflib module.
Finish implementing the Distutils bdist_dpkg command.
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.
Ongoing tasks
@ -164,7 +170,7 @@ Carryover features from Python 2.3
These are basically three friendly competing proposals. Jeremy
has made a little progress with a new compiler, but it's going
slow and the compiler is only the first step. Maybe we'll be
slowly and the compiler is only the first step. Maybe we'll be
able to refactor the compiler in this release. I'm tempted to
say we won't hold our breath.