> What is the license for the decimal module,
> and is said license compatible
> with the BSD license that Django uses?
It is the the same license as Python itself:
http://www.python.org/psf/license/
> Are the authors of the decimal module OK
> with usdistributing it with Django?
You don't ne
Apologies if this is a little off-topic for python-dev, but it seemed
like the best place to ask and get the attention of those needed.
I am championing a patch to improve Django's support for numeric types
by using Decimals with numeric columns and floats with double
precision columns, rather tha