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 rhettinger
Recipients alex, belopolsky, daniel.urban, mark.dickinson, rhettinger, schlamar
Date 2013-02-19.05:54:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361253277.89.0.0280393275116.issue11949@psf.upfronthosting.co.za>
In-reply-to
Content
-1 for a warning.  A should really have *no* expectations about a NaNs sort order.  For the most part, Python does not get into warnings business for every possible weird thing you could tell it to do (especially something as harmless as this).

Also warnings are a bit of PITA to shut-off.  For something like NaN ordering, a warning is likely to inflict more harm on the users than the NaN ordering issue itself.
History
Date User Action Args
2013-02-19 05:54:37rhettingersetrecipients: + rhettinger, mark.dickinson, belopolsky, alex, daniel.urban, schlamar
2013-02-19 05:54:37rhettingersetmessageid: <1361253277.89.0.0280393275116.issue11949@psf.upfronthosting.co.za>
2013-02-19 05:54:37rhettingerlinkissue11949 messages
2013-02-19 05:54:37rhettingercreate