From: Amaury Forgeot d'Arc Date: Tue, 8 Apr 2008 23:10:07 +0000 (+0000) Subject: Add a NEWS entry for previous checkin X-Git-Tag: v2.6a3~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02f33b43dcf9ac307449263230493348d93d2399;p=python Add a NEWS entry for previous checkin --- diff --git a/Misc/NEWS b/Misc/NEWS index eaabcb2f7d..747267ba96 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,10 @@ Extensions Modules Library ------- +- Issue #2408: The ``_types`` module, which was used as in implementation + detail of the public ``types`` module, has been removed and replaced by pure + python code. + - Issue #2513: distutils on Windows is now capable of cross-compiling extension modules between 32 and 64 bit platforms. See the distutls build documentation for more information.