commit | 46cc702b722f6113114f3f4f86aed87ad0c24125 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Mar 31 04:11:16 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Mar 31 04:11:16 2006 +0000 |
tree | de0f806bd1724315f726e06036382dc6c9a2d15f | |
parent | ef57567de0783e0565e30a61b518336014d4f88c [diff] |
test_main(): Restore the decimal context that was in effect at the time test_decimal was imported. Else running test_decimal had the bad side effect of permanently changing the decimal context in effect. That caused text_tokenize to fail if it ran after test_decimal.