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 phr
Recipients aeros, phr, rhettinger
Date 2020-04-28.05:29:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588051792.01.0.0553426451546.issue40411@roundup.psfhosted.org>
In-reply-to
Content
Yeah I think the basic answer to this ticket is "Python doesn't really have multisets and a proposal to add them should go somewhere else".  Fair enough-- consider the request withdrawn from here.

Regarding minimalism vs completeness, regarding some feature X (say X is multisets), it's reasonable per minimalism to decide not to have X.  But if on weighing the use cases you decide to have X after all, I think it's best to implement X properly and completely with all the edge cases handled, rather than implement a half-baked subset.  That was something Java was historically very good at and Python wasn't.  I guess that is one for the theorists though.  Thanks everyone.
History
Date User Action Args
2020-04-28 05:29:52phrsetrecipients: + phr, rhettinger, aeros
2020-04-28 05:29:52phrsetmessageid: <1588051792.01.0.0553426451546.issue40411@roundup.psfhosted.org>
2020-04-28 05:29:52phrlinkissue40411 messages
2020-04-28 05:29:51phrcreate