]> granicus.if.org Git - python/commitdiff
Add link to specification.
authorRaymond Hettinger <python@rcn.com>
Tue, 30 Nov 2010 20:32:59 +0000 (20:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 30 Nov 2010 20:32:59 +0000 (20:32 +0000)
Lib/decimal.py

index 24bd85b4935032d2ea06fced764b06b153998890..1fe938f06c438bc8566af12b10f669f0a4d90bef 100644 (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