summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-04-08 23:10:07 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-04-08 23:10:07 (GMT)
commit02f33b43dcf9ac307449263230493348d93d2399 (patch)
treead5730586ee21cd40c39923d8e579519c725a672
parent7adc776ea6ab808a4bf8fbf2740bb3bb9a7928a4 (diff)
downloadcpython-02f33b43dcf9ac307449263230493348d93d2399.zip
cpython-02f33b43dcf9ac307449263230493348d93d2399.tar.gz
cpython-02f33b43dcf9ac307449263230493348d93d2399.tar.bz2
Add a NEWS entry for previous checkin
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eaabcb2..747267b 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.