From: Mark Dickinson Date: Sun, 3 May 2009 22:36:37 +0000 (+0000) Subject: Blocked revisions 72259 via svnmerge X-Git-Tag: 3.0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d75a76630a3a0008584dfa96eee43782ebc571;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 72259 via svnmerge ................ r72259 | mark.dickinson | 2009-05-03 23:36:01 +0100 (Sun, 03 May 2009) | 9 lines Merged revisions 72257 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72257 | mark.dickinson | 2009-05-03 23:33:34 +0100 (Sun, 03 May 2009) | 2 lines Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware. ........ ................ ---