Message 322067 - Python tracker

Message322067

Author rhettinger
Recipients amper, bethard, rhettinger, serhiy.storchaka, terry.reedy
Date 2018-07-21.03:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532142091.29.0.56676864532.issue34149@psf.upfronthosting.co.za>
In-reply-to
Content
Repeating my comment on the Github PR, "I'm persuaded by your idea that min(), max(), nsmallest(), nlargest(), sorted(), and itertools.groupby() should ideally have the same API for key functions. Syncing of those APIs would be a minor improvement. As Serhiy pointed out, this does complicate the type signature a bit, but that is of small concern giving that the other four functions listed have already gone down this path."
History
Date User Action Args
2018-07-21 03:01:31rhettingersetrecipients: + rhettinger, terry.reedy, bethard, serhiy.storchaka, amper
2018-07-21 03:01:31rhettingersetmessageid: <1532142091.29.0.56676864532.issue34149@psf.upfronthosting.co.za>
2018-07-21 03:01:31rhettingerlinkissue34149 messages
2018-07-21 03:01:31rhettingercreate