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 rhettinger
Recipients Allen Downey, DavidMertz, josh.r, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, steven.daprano, veky, wolma
Date 2018-06-24.06:47:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529822829.45.0.56676864532.issue25478@psf.upfronthosting.co.za>
In-reply-to
Content
Vedran, Counters do explicitly support floats, decimals, ints, fractions, etc. 

Also, total() needs to be a method rather than a property to be consistent with the existing API and for clarity that a computation is being performed (as opposed to looking up a running total or other cheap operation).
History
Date User Action Args
2018-06-24 06:47:09rhettingersetrecipients: + rhettinger, mark.dickinson, pitrou, steven.daprano, serhiy.storchaka, wolma, josh.r, veky, Allen Downey, DavidMertz
2018-06-24 06:47:09rhettingersetmessageid: <1529822829.45.0.56676864532.issue25478@psf.upfronthosting.co.za>
2018-06-24 06:47:09rhettingerlinkissue25478 messages
2018-06-24 06:47:09rhettingercreate