[issue38012] Python Fuction min is case sentive ?

2019-09-02 Thread Pavan Kumar Uppalanchu
New submission from Pavan Kumar Uppalanchu : I have printed min('Infinity') and min('infinity') . Both are printing different characters. In first case , It's printing 'I' and in second case, it's printing 'F' -- messages: 3510

[issue38012] Python Fuction min is case sentive ?

2019-09-02 Thread Pavan Kumar Uppalanchu
Pavan Kumar Uppalanchu added the comment: when I try to print min('Infinity') and min (InFinity). In first case, it's printing 'I' and in second case it's printing 'F'. Is this issue or working as Is ? -- __

[issue38012] Python Fuction min is case sentive ?

2019-09-02 Thread Pavan Kumar Uppalanchu
Pavan Kumar Uppalanchu 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 wrote: >

[issue38012] Python Fuction min is case sentive ?

2019-09-02 Thread Pavan Kumar Uppalanchu
Pavan Kumar Uppalanchu added the comment: Hello Karthikeyan, Thank you very much for your valuable explanation. Regards, Pavan Uppalanchu On Mon, Sep 2, 2019 at 11:28 PM Karthikeyan Singaravelan wrote: > > > Karthikeyan Singaravelan added the comment: > > Here min uses the