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 tim.peters
Recipients tim.peters, uppalanchupavankumar45@gmail.com
Date 2019-09-02.18:01:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567447261.22.0.156810095199.issue38012@roundup.psfhosted.org>
In-reply-to
Content
This has nothing in particular do with `min()`.  As strings, 'I' < 'i', and 'F' < 'I'.  For example,

>>> 'I' < 'i'
True

>>> sorted("InFinity")
['F', 'I', 'i', 'i', 'n', 'n', 't', 'y']

That's all working as intended and as documented, so I'm closing this report.
History
Date User Action Args
2019-09-02 18:01:01tim.peterssetrecipients: + tim.peters, uppalanchupavankumar45@gmail.com
2019-09-02 18:01:01tim.peterssetmessageid: <1567447261.22.0.156810095199.issue38012@roundup.psfhosted.org>
2019-09-02 18:01:01tim.peterslinkissue38012 messages
2019-09-02 18:01:01tim.peterscreate