Add link to specification.

This commit is contained in:
Raymond Hettinger 2010-11-30 20:32:59 +00:00
parent cc03858d8f
commit 697ce95931
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ __all__ = [
]
__version__ = '1.70' # Highest version of the spec this complies with
# See http://speleotrove.com/decimal/
import copy as _copy
import math as _math