]> granicus.if.org Git - python/commit
Put the parameter watchexp back in (changed watchexp from an int
authorFacundo Batista <facundobatista@gmail.com>
Thu, 13 Sep 2007 18:42:09 +0000 (18:42 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Thu, 13 Sep 2007 18:42:09 +0000 (18:42 +0000)
commitbd2fe839db886de6ce9631acd8aa9796b413a565
tree46639f8177e11939366dacece1e86bf41456fadf
parent353750c405c9099d0be69c6af1d17037b38c4ddf
Put the parameter watchexp back in (changed watchexp from an int
to a bool).  Also second argument to watchexp is now converted
to Decimal, just as with all the other two-argument operations.

Thanks Mark Dickinson.
Lib/decimal.py