diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 16:30:38 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-08 16:30:38 (GMT) |
commit | 8a5465339e639e1527f874e377b3aa9c4eeea860 (patch) | |
tree | 80d5a627c0dcbcc0d65ab9e7259431c729f4d064 /Lib/test/decimaltestdata/ddToIntegral.decTest | |
parent | 40714af07177cbb4de484b866a2f01fe72d42770 (diff) | |
download | cpython-8a5465339e639e1527f874e377b3aa9c4eeea860.zip cpython-8a5465339e639e1527f874e377b3aa9c4eeea860.tar.gz cpython-8a5465339e639e1527f874e377b3aa9c4eeea860.tar.bz2 |
Merged revisions 75286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75286 | mark.dickinson | 2009-10-08 17:28:39 +0100 (Thu, 08 Oct 2009) | 2 lines
Update decimal test data to the most recent set from Mike Cowlishaw.
........
Diffstat (limited to 'Lib/test/decimaltestdata/ddToIntegral.decTest')
-rw-r--r-- | Lib/test/decimaltestdata/ddToIntegral.decTest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/decimaltestdata/ddToIntegral.decTest b/Lib/test/decimaltestdata/ddToIntegral.decTest index 22994d1..900bd4a 100644 --- a/Lib/test/decimaltestdata/ddToIntegral.decTest +++ b/Lib/test/decimaltestdata/ddToIntegral.decTest @@ -17,7 +17,7 @@ -- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
-- mfc@uk.ibm.com --
------------------------------------------------------------------------
-version: 2.58
+version: 2.59
-- This set of tests tests the extended specification 'round-to-integral
-- value-exact' operations (from IEEE 854, later modified in 754r).
|