]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Make the tests independent of the default precision.
authorRaymond Hettinger <python@rcn.com>
Sat, 3 Jul 2004 12:26:21 +0000 (12:26 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 3 Jul 2004 12:26:21 +0000 (12:26 +0000)
commit6ea484582238a65d44a76e3a831e3ba7c77a1a25
treeabdd01ed161e69aaacf21a8502287046dbda1c94
parent17c52d84934ff85efc26db3a040ce85cfb154488
* Make the tests independent of the default precision.
* Change the default precision to 28 (to match VB's decimal type).
Lib/decimal.py
Lib/test/test_decimal.py