Commit Graph

9 Commits

Author SHA1 Message Date
Raymond Hettinger 780ec3787e Update the list of exceptional conditions to match version 1.45 of the
spec and to match the actual Python implementation of the decimal module.
2005-06-27 19:50:05 +00:00
Raymond Hettinger ca313eced9 Fill-in missing word. 2005-05-18 06:07:07 +00:00
David Goodger e612b827c0 update from Facundo Batista 2004-07-08 22:09:48 +00:00
Raymond Hettinger 706f202b24 Mark PEP327 (decimal floating point) as approved and final. 2004-07-06 01:15:33 +00:00
Raymond Hettinger 304ff42785 Update to reflect the equivalence:
Decimal(12345)==Decimal('12345') where the precision is three
2004-06-30 04:46:47 +00:00
Raymond Hettinger 04361245af Update the PEP to reflect the most recent decisions about interactions
with binary floating point.  Also document the rationale for the decisions.
2004-06-30 03:37:13 +00:00
David Goodger cf742400b9 update from Facundo Batista 2004-06-16 14:27:00 +00:00
David Goodger 8eb5243bfe updates from Facundo Batista, with edits 2004-03-31 16:24:00 +00:00
David Goodger 65755da08e Added PEP 327, Decimal Data Type, by Facundo Batista. Could use more editing. 2004-01-29 19:59:56 +00:00