[Python-checkins] r54732 - python/trunk/Lib/decimal.py

Raymond Hettinger python at rcn.com
Tue Apr 10 18:03:00 CEST 2007


I don't think patches like this are a good idea.  For almost
zero benefit, we've lost the clean info in "svn ann" and lost
having the code in Py2.6 exactly match Py2.5 and Py2.4
(so it will now be more difficult to backport and validate
real bug fixes).

When the exceptions were changed to new-style, I hope there
was a speed-up, that there is no change in semantics, and
that the code still runs under Py2.3 as promised in the header.



Raymond


-----------------------------------------------------------------
Modified:
  python/trunk/Lib/decimal.py
Log:

General clean-up. Lot of margin corrections, comments, some typos.
Exceptions now are raised in the new style. And a mockup class is
now also new style. Thanks Santiago Pereson. 


More information about the Python-checkins mailing list