]> granicus.if.org Git - python/commit
Remove test of obsolete trim() operation which was supplanted by
authorRaymond Hettinger <python@rcn.com>
Tue, 17 Aug 2004 16:27:04 +0000 (16:27 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 17 Aug 2004 16:27:04 +0000 (16:27 +0000)
commit673cb28b2a9e02d1c856280bf72357eccea55a98
tree686134de86e4e2c7419e8760c94254c9e79d701a
parente7691d36b70968ae6fd7f7d537922a6da45fc1d1
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.)
Lib/test/decimaltestdata/trim.decTest [deleted file]