commit | b91af521fddac47b14c57cd9ba736775334e6379 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jul 14 16:35:30 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jul 14 16:35:30 2004 +0000 |
tree | 8611dd08fc9ef766ab216dd12fc14b583ddef517 | |
parent | fed52963fcf97154e0b7d1d82514767d95eb27e5 [diff] |
* 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().