]> granicus.if.org Git - python/commit
DecimalContextTestCase: this permanently changed the
authorTim Peters <tim.peters@gmail.com>
Mon, 10 Apr 2006 20:25:47 +0000 (20:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 10 Apr 2006 20:25:47 +0000 (20:25 +0000)
commita19dc0beb1d2e499b86f56a992e78e7e3d767ee3
tree3d3044fa4164848df14d14bb9ece29c2fdecf3e0
parentbd0c10f7c99db3272b5db2b1f21ed43b96d260c0
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.
Lib/test/test_contextlib.py