Re: A possible change to decimal.Decimal?

2012-03-02 Thread Jeff Beardsley
7;t really want to start digging around in there either) The patch in this case is very limited in scope, and all it inflicts on the subject code inside of decimal.Decimal.__new__(), is better programming practices. --jeff On Fri, Mar 2, 2012 at 5:49 PM, Ethan Furman wrote: > Jeff Be

A possible change to decimal.Decimal?

2012-03-02 Thread Jeff Beardsley
HISTORY: In using python 2.7.2 for awhile on a web project (apache/wsgi web.py), I discovered a problem in using decimal.Decimal. A short search revealed that many other people have been having the problem as well, in their own apache/wsgi implementations (django, mostly), but I found no rea