diff options
author | Thomas Heller <theller@ctypes.org> | 2009-04-28 19:23:41 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2009-04-28 19:23:41 (GMT) |
commit | 90c61a2e09c8c6aa8b1251b27fe38b55fa139274 (patch) | |
tree | 2760245d00b63cece39e470d7fb68b9611553ac3 /Misc | |
parent | 3b23c9c516991ce55ca23f202872575354c16447 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |