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 vstinner
Recipients benjamin.peterson, methane, pablogsal, rhettinger, serhiy.storchaka, vstinner
Date 2020-04-28.21:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588110706.11.0.475218060553.issue39117@roundup.psfhosted.org>
In-reply-to
Content
By the way, in sorted(data, key=str.upper): str.upper is an unbound method, no?

$ ./python
Python 3.9.0a6+ (heads/master:d9a43e20fa, Apr 28 2020, 23:50:37) 
>>> type(str.upper)
<class 'method_descriptor'>
History
Date User Action Args
2020-04-28 21:51:46vstinnersetrecipients: + vstinner, rhettinger, benjamin.peterson, methane, serhiy.storchaka, pablogsal
2020-04-28 21:51:46vstinnersetmessageid: <1588110706.11.0.475218060553.issue39117@roundup.psfhosted.org>
2020-04-28 21:51:46vstinnerlinkissue39117 messages
2020-04-28 21:51:46vstinnercreate