summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-04-28 19:23:41 (GMT)
committerThomas Heller <theller@ctypes.org>2009-04-28 19:23:41 (GMT)
commit90c61a2e09c8c6aa8b1251b27fe38b55fa139274 (patch)
tree2760245d00b63cece39e470d7fb68b9611553ac3 /Misc/NEWS
parent3b23c9c516991ce55ca23f202872575354c16447 (diff)
downloadcpython-90c61a2e09c8c6aa8b1251b27fe38b55fa139274.zip
cpython-90c61a2e09c8c6aa8b1251b27fe38b55fa139274.tar.gz
cpython-90c61a2e09c8c6aa8b1251b27fe38b55fa139274.tar.bz2
Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
instead of mipsel)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index beabc9b..6fdc253 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -255,6 +255,8 @@ Core and Builtins
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.