[issue41276] Min / Max returns different values depending on parameter order

2020-07-12 Thread Calvin Davis
Calvin Davis added the comment: You say that confusing IDLE with Python is common for beginners, do you mean to suggest that IDLE isn't a Python interpreter? I know IDLE is essentially just an IDE and distinctly different than the python shell, but I wasn't aware the differe

[issue41276] Min / Max returns different values depending on parameter order

2020-07-10 Thread Calvin Davis
Calvin Davis added the comment: Thank you for the clarification, sorry for the report! You're awesome! -- ___ Python tracker <https://bugs.python.org/is

[issue41276] Min / Max returns different values depending on parameter order

2020-07-10 Thread Calvin Davis
New submission from Calvin Davis : See attached image The behavior of min() (and probably max and other related functions) changes depending on the order of the parameters it sorts. In the image, I sorted two tuples, coordinate points, with the same Y value and different X values. When the