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