diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-09-08 06:18:53 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-09-08 06:18:53 (GMT) |
commit | 023c3e74a60493c71818a85f7e66fab5b1fdc3c5 (patch) | |
tree | d0325915b49ae2179c00114dd5029fd5d5fc2ad6 | |
parent | 050e9e5c59f84be160d15e8357f56c7c16e44450 (diff) | |
download | cpython-023c3e74a60493c71818a85f7e66fab5b1fdc3c5.zip cpython-023c3e74a60493c71818a85f7e66fab5b1fdc3c5.tar.gz cpython-023c3e74a60493c71818a85f7e66fab5b1fdc3c5.tar.bz2 |
Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Addresses issue #18438
-rw-r--r-- | Lib/decimal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index 361126f..04bf5c2 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -25,7 +25,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. |