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 ethan.furman
Recipients Thane Brimhall, ethan.furman
Date 2017-01-11.01:45:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484099123.26.0.560396452879.issue29237@psf.upfronthosting.co.za>
In-reply-to
Content
To keep backwards compatibility and lesson the burden on new code, simply make the value of the duplicate names be the same:

    cumulative = 'cumulative'
    cumtime = 'cumulative'

This way the standard name is 'cumulative' but 'cumtime' works as well.
History
Date User Action Args
2017-01-11 01:45:23ethan.furmansetrecipients: + ethan.furman, Thane Brimhall
2017-01-11 01:45:23ethan.furmansetmessageid: <1484099123.26.0.560396452879.issue29237@psf.upfronthosting.co.za>
2017-01-11 01:45:23ethan.furmanlinkissue29237 messages
2017-01-11 01:45:22ethan.furmancreate