mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 65257 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65257 | mark.dickinson | 2008-07-27 01:39:07 -0500 (Sun, 27 Jul 2008) | 3 lines Issue #3449: Update decimal module to use most recent specification (v. 1.68) and tests (v. 2.58) from IBM. ........
This commit is contained in:
parent
d63137159b
commit
f17ff4e1d6
142 changed files with 470 additions and 321 deletions
|
@ -1,6 +1,6 @@
|
|||
------------------------------------------------------------------------
|
||||
-- reduce.decTest -- remove trailing zeros --
|
||||
-- Copyright (c) IBM Corporation, 2003, 2007. All rights reserved. --
|
||||
-- Copyright (c) IBM Corporation, 2003, 2008. All rights reserved. --
|
||||
------------------------------------------------------------------------
|
||||
-- Please see the document "General Decimal Arithmetic Testcases" --
|
||||
-- at http://www2.hursley.ibm.com/decimal for the description of --
|
||||
|
@ -19,7 +19,7 @@
|
|||
------------------------------------------------------------------------
|
||||
-- [This used to be called normalize.]
|
||||
|
||||
version: 2.57
|
||||
version: 2.58
|
||||
|
||||
extended: 1
|
||||
precision: 9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue