From c61c0499557921bf8d2c0f808d7dbaa8f38f96a0 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 22 Mar 2006 10:09:27 +0000 Subject: [PATCH] ctypes was added. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 5185799c24..400504ddce 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 -- 2.50.1