ctypes was moved into the stdlib
This commit is contained in:
parent
03519daebc
commit
48a8523f07
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue