• Mark Dickinson's avatar
    Some very minor changes to decimal.py in Python 2.6, aimed · 8aca9d03
    Mark Dickinson authored
    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
    8aca9d03
decimal.py 191 KB