summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
diff options
context:
space:
mode:
authorEzio Melotti <none@none>2011-05-14 03:47:51 (GMT)
committerEzio Melotti <none@none>2011-05-14 03:47:51 (GMT)
commit6b60fb9148738de1525bbf5c7ddadc16a474c635 (patch)
treee720267d24b84f52de329af4415057e9335917e4 /Lib/test/support.py
parent3659f27ad37f992fadc1692137edf32c01c5bc66 (diff)
downloadcpython-6b60fb9148738de1525bbf5c7ddadc16a474c635.zip
cpython-6b60fb9148738de1525bbf5c7ddadc16a474c635.tar.gz
cpython-6b60fb9148738de1525bbf5c7ddadc16a474c635.tar.bz2
#5723: merge with 3.1.
Diffstat (limited to 'Lib/test/support.py')
-rw-r--r--Lib/test/support.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/support.py b/Lib/test/support.py
index 2a06661..bd35fde 100644
--- a/Lib/test/support.py
+++ b/Lib/test/support.py
@@ -128,8 +128,8 @@ def import_fresh_module(name, fresh=(), blocked=(), deprecated=False):
If deprecated is True, any module or package deprecation messages
will be suppressed."""
- # NOTE: test_heapq and test_warnings include extra sanity checks to make
- # sure that this utility function is working as expected
+ # NOTE: test_heapq, test_json and test_warnings include extra sanity checks
+ # to make sure that this utility function is working as expected
with _ignore_deprecated_imports(deprecated):
# Keep track of modules saved for later restoration as well
# as those which just need a blocking entry removed