Pavan Kumar Uppalanchu <uppalanchupavankuma...@gmail.com> added the comment:

Hello Tim,

Thanks for your quick response.

Also, THE min("Infinity") is priniting "I".  Practically, the minimum
value is "e" right ?

Regards,
Pavan Uppalanchu

On Mon, Sep 2, 2019 at 11:31 PM Tim Peters <rep...@bugs.python.org> wrote:
>
>
> 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 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