ctypes was moved into the stdlib

This commit is contained in:
Neal Norwitz 2006-03-09 06:45:25 +00:00
parent 03519daebc
commit 48a8523f07
1 changed files with 3 additions and 3 deletions

View File

@ -73,6 +73,9 @@ Completed features for 2.5
- Fredrik Lundh's ElementTree and cElementTree
- Add ctypes to the standard library, make it an optional component
in the windows installer. Thomas Heller will maintain it.
Planned features for 2.5
@ -98,9 +101,6 @@ Planned features for 2.5
Add wsgiref to the standard library.
(Phillip Eby has volunteered to maintain it.)
Add ctypes to the standard library, make it an optional component
in the windows installer. Thomas Heller will maintain it.
Add pure python pgen module.
Add support for the Unicode 4.1 UCD.