[issue30999] statistics module: add a general selection function

2021-08-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: No one has shown any interest in this in a long time. Marking is as closed for now. This issue can be reopened if there is an interest and a reasonable use case that can't be reasonably handled with sorted, min, or max. -- resolution: -> lat

[issue30999] statistics module: add a general selection function

2021-08-20 Thread Mark Dickinson
Change by Mark Dickinson : -- nosy: -mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue30999] statistics module: add a general selection function

2021-08-20 Thread Irit Katriel
Irit Katriel added the comment: Updating the subject according to the discussion. -- nosy: +iritkatriel title: statistics module: add "key" keyword argument to median, mode, ... -> statistics module: add a general selection function versions: +Python 3.11 -Python 3.7