commit | a7baa4bcff5e7fa9cc176d5bbd916a93d1b2b469 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 27 18:25:39 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Apr 27 18:25:39 2010 +0000 |
tree | 7bede0a72914f9c0edd3a678473880690835fed1 | |
parent | 94d6fba9e103d618fba36018d826bd9ffe33b332 [diff] [blame] |
Issue #7027: regrtest.py keeps a reference to the encodings.ascii module as a workaround to #7140 bug
diff --git a/Misc/NEWS b/Misc/NEWS index fdec90d..f24a188 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -119,6 +119,9 @@ Tests ----- +- Issue #7027: regrtest.py keeps a reference to the encodings.ascii module as a + workaround to #7140 bug + - Issue #3864: Skip three test_signal tests on freebsd6 because they fail if any thread was previously started, most likely due to a platform bug.