]> granicus.if.org Git - python/commit
Allow printing a leading '-' and the maximum number of exponent digits
authorStefan Krah <skrah@bytereef.org>
Thu, 5 Apr 2012 13:46:19 +0000 (15:46 +0200)
committerStefan Krah <skrah@bytereef.org>
Thu, 5 Apr 2012 13:46:19 +0000 (15:46 +0200)
commitff3eca0cc3c2b0e57079140af313682eecc5f4cc
tree1fb0ca20e28298b4c608843184a418c1fe999e94
parent0774e9b9f57197380c796d36353344cb95ed07bf
Allow printing a leading '-' and the maximum number of exponent digits
rather than raising RuntimeError (allocated space is sufficient for the
additional character).
Lib/test/test_decimal.py
Modules/_decimal/_decimal.c