projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc03858
)
Add link to specification.
author
Raymond Hettinger
<python@rcn.com>
Tue, 30 Nov 2010 20:32:59 +0000
(20:32 +0000)
committer
Raymond Hettinger
<python@rcn.com>
Tue, 30 Nov 2010 20:32:59 +0000
(20:32 +0000)
Lib/decimal.py
patch
|
blob
|
history
diff --git
a/Lib/decimal.py
b/Lib/decimal.py
index 24bd85b4935032d2ea06fced764b06b153998890..1fe938f06c438bc8566af12b10f669f0a4d90bef 100644
(file)
--- 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