• Tim Peters's avatar
    test_main(): Restore the decimal context that was in · f751c8c3
    Tim Peters authored
    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.
    f751c8c3
test_decimal.py 33.3 KB