From 48a8523f071f052e4602fe87119524f3e795cf4a Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 9 Mar 2006 06:45:25 +0000 Subject: [PATCH] ctypes was moved into the stdlib --- pep-0356.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0356.txt b/pep-0356.txt index a1ffdae9f..13738473b 100644 --- a/pep-0356.txt +++ b/pep-0356.txt @@ -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.