From: Thomas Heller Date: Wed, 22 Mar 2006 10:09:27 +0000 (+0000) Subject: ctypes was added. X-Git-Tag: v2.5a0~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c61c0499557921bf8d2c0f808d7dbaa8f38f96a0;p=thirdparty%2FPython%2Fcpython.git ctypes was added. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5185799c24a1..400504ddcefd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -477,6 +477,8 @@ Extension Modules Library ------- +- Added the ctypes ffi package. + - email 4.0 package now integrated. This is largely the same as the email 3.0 package that was included in Python 2.3, except that PEP 8 module names are now used (e.g. mail.message instead of email.Message). The MIME classes