cpython/Lib/test/decimaltestdata
Raymond Hettinger 673cb28b2a Remove test of obsolete trim() operation which was supplanted by
normalize() in Draft 1.06 (9 October 2002):

  The normalize operation has been added; it reduces a number to a
  canonical form.  (This replaces the trim operator, which only
  removed trailing fractional zeros.)
2004-08-17 16:27:04 +00:00
..
abs.decTest
add.decTest
base.decTest
clamp.decTest
compare.decTest
decimal32.decTest
decimal64.decTest
decimal128.decTest
divide.decTest
divideint.decTest
inexact.decTest
max.decTest
min.decTest
minus.decTest
multiply.decTest
normalize.decTest
plus.decTest
power.decTest
quantize.decTest
randomBound32.decTest
randoms.decTest
remainder.decTest
remainderNear.decTest
rescale.decTest
rounding.decTest
samequantum.decTest Add two new files and update remaining tests from the latest update of the 2004-08-17 06:42:13 +00:00
squareroot.decTest Add two new files and update remaining tests from the latest update of the 2004-08-17 06:42:13 +00:00
subtract.decTest
testall.decTest
tointegral.decTest