summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-04-28 19:55:58 (GMT)
committerThomas Heller <theller@ctypes.org>2009-04-28 19:55:58 (GMT)
commitc1edc2d632a8897509e5807b3a58c529c75d5c91 (patch)
treecc603cbf775fbf4b33c235cd4a1eddea11b20020 /Misc
parent8e8099c4915fc57990d026044f2168b1e6c6c326 (diff)
downloadcpython-c1edc2d632a8897509e5807b3a58c529c75d5c91.zip
cpython-c1edc2d632a8897509e5807b3a58c529c75d5c91.tar.gz
cpython-c1edc2d632a8897509e5807b3a58c529c75d5c91.tar.bz2
Merged revisions 72081 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72081 | thomas.heller | 2009-04-28 21:23:41 +0200 (Di, 28 Apr 2009) | 3 lines Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips instead of mipsel) ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d95ef8..0d533cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,8 @@ Installation
Library
-------
+- Issue #4305: ctypes should now build again on mipsel-linux-gnu
+
- Issue #1734234: Massively speedup ``unicodedata.normalize()`` when the
string is already in normalized form, by performing a quick check beforehand.
Original patch by Rauli Ruohonen.