projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0494c2a
)
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
author
Senthil Kumaran
<senthil@uthcode.com>
Sun, 8 Sep 2013 06:19:29 +0000
(23:19 -0700)
committer
Senthil Kumaran
<senthil@uthcode.com>
Sun, 8 Sep 2013 06:19:29 +0000
(23:19 -0700)
Addresses issue #18438
Lib/decimal.py
patch
|
blob
|
history
diff --git
a/Lib/decimal.py
b/Lib/decimal.py
index 1826deba801c7793ad99bb0514f261f9e2be0adf..96d9df4a8c82e4cb435606dac38c058be827c006 100644
(file)
--- a/
Lib/decimal.py
+++ b/
Lib/decimal.py
@@
-21,7
+21,7
@@
the General Decimal Arithmetic Specification:
and IEEE standard 854-1987:
- www.cs.berkeley.edu/~ejr/projects/754/private/drafts/854-1987/dir.html
+ http://en.wikipedia.org/wiki/IEEE_854-1987
Decimal floating point has finite precision with arbitrarily large bounds.