diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-07-27 06:39:07 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-07-27 06:39:07 (GMT) |
commit | fe84cce66878a9ba9b39b1e29679855c2fc0bed0 (patch) | |
tree | cbf3c061ec1364f76851b023b4a181b30ea18c70 /Lib/test/decimaltestdata/comparetotal.decTest | |
parent | f9ac43f5d6450394257a4b50528893664bf06538 (diff) | |
download | cpython-fe84cce66878a9ba9b39b1e29679855c2fc0bed0.zip cpython-fe84cce66878a9ba9b39b1e29679855c2fc0bed0.tar.gz cpython-fe84cce66878a9ba9b39b1e29679855c2fc0bed0.tar.bz2 |
Issue #3449: Update decimal module to use most recent specification
(v. 1.68) and tests (v. 2.58) from IBM.
Diffstat (limited to 'Lib/test/decimaltestdata/comparetotal.decTest')
-rw-r--r-- | Lib/test/decimaltestdata/comparetotal.decTest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/decimaltestdata/comparetotal.decTest b/Lib/test/decimaltestdata/comparetotal.decTest index ef2914f..fc08a16 100644 --- a/Lib/test/decimaltestdata/comparetotal.decTest +++ b/Lib/test/decimaltestdata/comparetotal.decTest @@ -1,6 +1,6 @@ ------------------------------------------------------------------------
-- comparetotal.decTest -- decimal comparison using total ordering --
--- Copyright (c) IBM Corporation, 1981, 2007. All rights reserved. --
+-- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
------------------------------------------------------------------------
-- Please see the document "General Decimal Arithmetic Testcases" --
-- at http://www2.hursley.ibm.com/decimal for the description of --
@@ -17,7 +17,7 @@ -- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
-- mfc@uk.ibm.com --
------------------------------------------------------------------------
-version: 2.57
+version: 2.58
-- Note that we cannot assume add/subtract tests cover paths adequately,
-- here, because the code might be quite different (comparison cannot
|