From 697ce959318dab84ec30a9e307e37f17ebcbe224 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 30 Nov 2010 20:32:59 +0000 Subject: [PATCH] Add link to specification. --- Lib/decimal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/decimal.py b/Lib/decimal.py index 24bd85b493..1fe938f06c 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -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 -- 2.50.1