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 uppalanchupavankumar45@gmail.com
Recipients tim.peters, uppalanchupavankumar45@gmail.com
Date 2019-09-02.18:09:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAN8au1HqcS3jTe5BLuANxk+KTUEPg8dnB6rpmN6weC-6Nr-mYQ@mail.gmail.com>
In-reply-to <1567447261.22.0.156810095199.issue38012@roundup.psfhosted.org>
Content
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 <report@bugs.python.org> wrote:
>
>
> Tim Peters <tim@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 <report@bugs.python.org>
> <https://bugs.python.org/issue38012>
> _______________________________________
History
Date User Action Args
2019-09-02 18:09:58uppalanchupavankumar45@gmail.comsetrecipients: + uppalanchupavankumar45@gmail.com, tim.peters
2019-09-02 18:09:58uppalanchupavankumar45@gmail.comlinkissue38012 messages
2019-09-02 18:09:58uppalanchupavankumar45@gmail.comcreate