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 gvanrossum
Recipients brandtbucher, gvanrossum, josh.r, mark.dickinson, rhettinger, scoder, serhiy.storchaka, xtreak
Date 2019-02-28.16:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551371640.18.0.0194083342553.issue36144@roundup.psfhosted.org>
In-reply-to
Content
I changed my mind and am now in favor. Most of the arguments against could also be used against list+list. Counter addition is actually a nice special case of this -- it produces the same keys but has a more sophisticated way of merging values for common keys. Please read the python-ideas thread!
History
Date User Action Args
2019-02-28 16:34:00gvanrossumsetrecipients: + gvanrossum, rhettinger, mark.dickinson, scoder, serhiy.storchaka, josh.r, xtreak, brandtbucher
2019-02-28 16:34:00gvanrossumsetmessageid: <1551371640.18.0.0194083342553.issue36144@roundup.psfhosted.org>
2019-02-28 16:34:00gvanrossumlinkissue36144 messages
2019-02-28 16:34:00gvanrossumcreate