]> granicus.if.org Git - python/commit
* Hide a loop induction variable that was inadvertantly being picked up
authorRaymond Hettinger <python@rcn.com>
Wed, 14 Jul 2004 16:35:30 +0000 (16:35 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 14 Jul 2004 16:35:30 +0000 (16:35 +0000)
commitb91af521fddac47b14c57cd9ba736775334e6379
tree8611dd08fc9ef766ab216dd12fc14b583ddef517
parentfed52963fcf97154e0b7d1d82514767d95eb27e5
* Hide a loop induction variable that was inadvertantly being picked up
  by the locals() call in the context constructor.

* Remove unnecessary properties for int, exp, and sign which duplicated
  information returned by as_tuple().
Lib/decimal.py
Lib/test/test_decimal.py