Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.
commitda42d2221e8e79bd08d4c3f1ed460111f417f321
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 May 2009 22:33:34 +0000 (3 22:33 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 3 May 2009 22:33:34 +0000 (3 22:33 +0000)
treee0ee5e90dbdd36f0339bc6c09932abb8a9bc7367
parent9f719a304c76918518db187db0f6647a4f25e94b
Don't use PyOS_strnicmp for NaN and Inf detection: it's locale-aware.

git-svn-id: http://svn.python.org/projects/python/trunk@72257 6015fed2-1504-0410-9fe1-9d1591cc4771
Python/pystrtod.c