diff options
author | Thomas Heller <theller@ctypes.org> | 2009-04-28 19:55:58 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2009-04-28 19:55:58 (GMT) |
commit | c1edc2d632a8897509e5807b3a58c529c75d5c91 (patch) | |
tree | cc603cbf775fbf4b33c235cd4a1eddea11b20020 /Misc | |
parent | 8e8099c4915fc57990d026044f2168b1e6c6c326 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |