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 facundobatista, mark.dickinson, rhettinger
Date 2008-07-25.22:20:51
SpamBayes Score 0.008780603
Marked as misclassified No
Message-id <1217024452.33.0.0239945845536.issue3449@psf.upfronthosting.co.za>
In-reply-to
Content
One change from v1.66 to v1.68 of the spec:

"""The normalize operation has been renamed reduce to avoid confusion with 
normal numbers."""

The decimal module is not under any obligation to use the same names as in 
the IBM specification, so I don't think we're required to rename 
Decimal.normalize to Decimal.reduce.  Does anyone think that we should 
rename this method?  I'm inclined not to rename.
History
Date User Action Args
2008-07-25 22:20:52mark.dickinsonsetspambayes_score: 0.0087806 -> 0.008780603
recipients: + mark.dickinson, rhettinger, facundobatista
2008-07-25 22:20:52mark.dickinsonsetspambayes_score: 0.0087806 -> 0.0087806
messageid: <1217024452.33.0.0239945845536.issue3449@psf.upfronthosting.co.za>
2008-07-25 22:20:51mark.dickinsonlinkissue3449 messages
2008-07-25 22:20:51mark.dickinsoncreate