]> granicus.if.org Git - python/commit
Blocked revisions 62684 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Sun, 4 May 2008 02:07:53 +0000 (02:07 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 4 May 2008 02:07:53 +0000 (02:07 +0000)
commitc0b6cc8af1819f56b34a2e16e870bcc2f1cfd3f1
tree47238fe5f41750c4d3b4dc3a1fe72e5b63b19016
parent349a78534bc21d643aa2b454dc09b3158c65e0b5
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
........