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 cool-RR
Recipients Saimadhav.Heblikar, cool-RR, eric.smith, ethan.furman, josh.r, mark.dickinson, pitrou, r.david.murray, rhettinger, scoder, serhiy.storchaka, steven.daprano
Date 2014-11-19.10:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416392837.41.0.0646463260968.issue22515@psf.upfronthosting.co.za>
In-reply-to
Content
Hi everyone,

Just wanted to follow up here that I've created my own dedicated bag class.

Documentation: https://combi.readthedocs.org/en/stable/bags.html

Install using `pip install combi`

It's packed with features. There are a ton of arithmetic operations defined and the comparisons methods we talked about in this issue. There are also frozen and ordered variants.
History
Date User Action Args
2014-11-19 10:27:17cool-RRsetrecipients: + cool-RR, rhettinger, mark.dickinson, pitrou, scoder, eric.smith, steven.daprano, r.david.murray, ethan.furman, serhiy.storchaka, Saimadhav.Heblikar, josh.r
2014-11-19 10:27:17cool-RRsetmessageid: <1416392837.41.0.0646463260968.issue22515@psf.upfronthosting.co.za>
2014-11-19 10:27:17cool-RRlinkissue22515 messages
2014-11-19 10:27:16cool-RRcreate