]> granicus.if.org Git - python/commit
When passed a bad formed literal to Decimal, now we have a
authorFacundo Batista <facundobatista@gmail.com>
Wed, 15 Aug 2007 15:13:09 +0000 (15:13 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Wed, 15 Aug 2007 15:13:09 +0000 (15:13 +0000)
commit849693989ade7304d9a112b01315ed3779ecdb0c
treec0b7ac377d4a0ced75231207abf7994a4d304370
parent8ec7f656134b1230ab23003a94ba3266d7064122
When passed a bad formed literal to Decimal, now we have a
better error message, more descriptive. (bug #1770009)
Lib/decimal.py