From: Mark Dickinson Date: Sun, 4 May 2008 02:07:53 +0000 (+0000) Subject: Blocked revisions 62684 via svnmerge X-Git-Tag: v3.0a5~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0b6cc8af1819f56b34a2e16e870bcc2f1cfd3f1;p=python 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 ........ ---