[Python-checkins] r42933 - peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Thu Mar 9 07:45:26 CET 2006


Author: neal.norwitz
Date: Thu Mar  9 07:45:25 2006
New Revision: 42933

Modified:
   peps/trunk/pep-0356.txt
Log:
ctypes was moved into the stdlib

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Thu Mar  9 07:45:25 2006
@@ -73,6 +73,9 @@
 
     - 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 @@
     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.


More information about the Python-checkins mailing list