Tim Peters <t...@python.org> added the comment:

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.

----------
nosy: +tim.peters -xtreak
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38012>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to