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.
........
diff --git a/Lib/test/decimaltestdata/dqQuantize.decTest b/Lib/test/decimaltestdata/dqQuantize.decTest
index b0cb848..4ed39b4 100644
--- a/Lib/test/decimaltestdata/dqQuantize.decTest
+++ b/Lib/test/decimaltestdata/dqQuantize.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

 

 -- Most of the tests here assume a "regular pattern", where the

 -- sign and coefficient are +1.

@@ -357,8 +357,6 @@
 

 rounding: down

 dqqua389 quantize   112233445566778899123456735236450.6 1e-2 -> NaN Invalid_operation

--- ? should that one instead have been:

--- dqqua389 quantize   112233445566778899123456735236450.6 1e-2 -> NaN Invalid_operation

 rounding: half_up

 

 -- and a few more from e-mail discussions