[issue39437] collections.Counter support multiplication

2020-01-23 Thread Ammar Askar
Ammar Askar added the comment: Duplicate of https://bugs.python.org/issue25478 See Raymond's open PR here: https://github.com/python/cpython/pull/6574 -- nosy: +ammar2 resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Consider adding a normalize()

[issue39437] collections.Counter support multiplication

2020-01-23 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39437] collections.Counter support multiplication

2020-01-23 Thread Dominick Johnson
New submission from Dominick Johnson : I would love to see collections.Counter support scalar multiplication. ## My Use Case: I am writing a python script to manage hardware selections for custom-build computers. Users are able to select various options from a web interface, and the script