On Sun, Jul 1, 2018 at 9:36 PM, Chris Barker <[email protected]> wrote:
> hmm, makes we wonder if it would make sense to update my implementation to > allow mapping types as well for the collection > general mapping types don't make sense -- but I added Counter. Which is a pretty special case, so I think it probably makes that case that it should just always be a list, and you can convert to others later. Though maybe list, set and Counter are the ones you'd want to use ???? Again, real world use cases are needed! -CHB code here: https://github.com/PythonCHB/grouper/blob/master/grouper/grouper.py -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected]
_______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
