missing Dec_0 and friends from python decimal

This fails in py2.4, py2.5.1 and py2.6: from decimal import Dec_0 But it works in all the other py2.5 subversions! It seems that exposing Dec_0 (and other similar constants) was considered a bug and “fixed” on Jan 3rd 2009 by renaming it _Dec_0. Indeed, if I had looked at the source code, I would have [...]

Also tagged , , , ,