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 mark.dickinson
Recipients Dennis Sweeney, joel.larose, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano
Date 2021-06-11.09:01:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623402095.26.0.692562901838.issue44370@roundup.psfhosted.org>
In-reply-to
Content
> That is, do we want NaNs to sort to the beginning of the list, or the end?

FWIW, NumPy chooses to sort NaNs to the end of the list: https://numpy.org/doc/stable/reference/generated/numpy.sort.html
History
Date User Action Args
2021-06-11 09:01:35mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, steven.daprano, serhiy.storchaka, Dennis Sweeney, joel.larose
2021-06-11 09:01:35mark.dickinsonsetmessageid: <1623402095.26.0.692562901838.issue44370@roundup.psfhosted.org>
2021-06-11 09:01:35mark.dickinsonlinkissue44370 messages
2021-06-11 09:01:35mark.dickinsoncreate