From c0b6cc8af1819f56b34a2e16e870bcc2f1cfd3f1 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sun, 4 May 2008 02:07:53 +0000 Subject: [PATCH] Blocked revisions 62684 via svnmerge ........ r62684 | mark.dickinson | 2008-05-03 22:05:06 -0400 (Sat, 03 May 2008) | 9 lines Some very minor changes to decimal.py in Python 2.6, aimed at reducing the size of the diff between the 2.x decimal.py and 3.x decimal.py and thereby making future merges easier: - replace one instnace of an old-style raise statement - define __div__ in terms of __truediv__ instead of the other way around - make wording match on an exception message ........ -- 2.50.1