[New-bugs-announce] [issue38012] Python Fuction min is case sentive ?

Pavan Kumar Uppalanchu report at bugs.python.org
Mon Sep 2 13:51:03 EDT 2019


New submission from Pavan Kumar Uppalanchu <uppalanchupavankumar45 at gmail.com>:

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: 351027
nosy: uppalanchupavankumar45 at gmail.com
priority: normal
severity: normal
status: open
title: Python Fuction min is case sentive ?
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38012>
_______________________________________


More information about the New-bugs-announce mailing list