[Python-Dev] Should collections.Counter check for int? (original) (raw)
Aahz aahz at pythoncraft.com
Thu May 14 04:22:35 CEST 2009
- Previous message: [Python-Dev] Should collections.Counter check for int?
- Next message: [Python-Dev] Should collections.Counter check for int?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, May 13, 2009, Hagen F?rstenau wrote:
I'd prefer Counter to refuse non-numerical values right away as the present behaviour may hide bugs (e.g. a forgotten string->int conversion). Any opinions? (And what about negative values or floats?)
Please file a report on bugs.python.org so that there's a record of this issue.
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"It is easier to optimize correct code than to correct optimized code." --Bill Harlan
- Previous message: [Python-Dev] Should collections.Counter check for int?
- Next message: [Python-Dev] Should collections.Counter check for int?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]