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 mark.dickinson
Recipients ezio.melotti, mark.dickinson, rhettinger, skrah, ubershmekel
Date 2010-07-01.21:41:39
SpamBayes Score 0.012384852
Marked as misclassified No
Message-id <1278020501.43.0.374907284335.issue9136@psf.upfronthosting.co.za>
In-reply-to
Content
> ISTM, 2.5 compatible is probably good enough.

Okay;  that's fine with me.  Now we can finally turn that "from_float = classmethod(from_float)" into a proper "@classmethod" decorator.  :)

I also don't think that the 2.x-to-3.x maintenance issue is that big a deal any more;  it would be surprising if the 2.x version of Decimal sees anything more than minor changes (doc fixes, etc.) from this point on.  So perhaps the 3.x version of the decimal module should be free to make full use of 3.x syntax?
History
Date User Action Args
2010-07-01 21:41:41mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, ezio.melotti, ubershmekel, skrah
2010-07-01 21:41:41mark.dickinsonsetmessageid: <1278020501.43.0.374907284335.issue9136@psf.upfronthosting.co.za>
2010-07-01 21:41:40mark.dickinsonlinkissue9136 messages
2010-07-01 21:41:39mark.dickinsoncreate