commit | 129ab1d8090f54b308b1d4ddaf4fd241ba312a95 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun May 03 22:36:01 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun May 03 22:36:01 2009 +0000 |
tree | 3bdfd5e415e86d66ef0d4adc7df98b10e6db53e3 | |
parent | aa77d26009456a447dc95f748533d64cb6a1b50a [diff] |
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. ........