This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients aimacintyre, amaury.forgeotdarc
Date 2008-09-14.14:35:57
SpamBayes Score 0.0007955047
Marked as misclassified No
Message-id <1221402958.24.0.10652328047.issue3868@psf.upfronthosting.co.za>
In-reply-to
Content
The patches look good to me. 
I first thought that there could be a difference between PyOS_strnicmp 
and PyOS_mystrnicmp, but both Microsoft's strnicmp and python's PyOS_mystrnicmp are sensitive to the current locale.

Another unrelated issue is to protect all uses of Py_NAN: some builds 
may choose to #define Py_NO_NAN...
History
Date User Action Args
2008-09-14 14:35:58amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, aimacintyre
2008-09-14 14:35:58amaury.forgeotdarcsetmessageid: <1221402958.24.0.10652328047.issue3868@psf.upfronthosting.co.za>
2008-09-14 14:35:57amaury.forgeotdarclinkissue3868 messages
2008-09-14 14:35:57amaury.forgeotdarccreate