]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for previous checkin
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 8 Apr 2008 23:10:07 +0000 (23:10 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 8 Apr 2008 23:10:07 +0000 (23:10 +0000)
Misc/NEWS

index eaabcb2f7dd2f15ebafccde21e8207295171b2c8..747267ba9688dac30cadac82105222f4b782cc5b 100644 (file)
--- 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.