commit | a19dc0beb1d2e499b86f56a992e78e7e3d767ee3 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Apr 10 20:25:47 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Apr 10 20:25:47 2006 +0000 |
tree | 3d3044fa4164848df14d14bb9ece29c2fdecf3e0 | |
parent | bd0c10f7c99db3272b5db2b1f21ed43b96d260c0 [diff] |
DecimalContextTestCase: this permanently changed the default decimal context, causing test_tokenize to fail if it ran after test_contextlib. Changed to restore the decimal context in effect at the test's start.