summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-19 14:40:31 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-19 14:40:31 (GMT)
commit3f88c0ece636ce533c6cbbfdd72e99518c6db974 (patch)
tree02352a1cd7260a2c9223bcb5c527b9ea0429e027 /Misc
parentf089fd67fc271b0a777f4c04110c5c39a7b23723 (diff)
downloadcpython-3f88c0ece636ce533c6cbbfdd72e99518c6db974.zip
cpython-3f88c0ece636ce533c6cbbfdd72e99518c6db974.tar.gz
cpython-3f88c0ece636ce533c6cbbfdd72e99518c6db974.tar.bz2
Rename test.test_support to test.support for 3.x.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 50050c2..b68f812 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -886,8 +886,8 @@ Build
- Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
-- Issue #7541: when using ``python-config`` with a framework install the compiler might
- use the wrong library.
+- Issue #7541: when using ``python-config`` with a framework install the
+ compiler might use the wrong library.
Documentation
------------
@@ -910,8 +910,8 @@ Documentation
Tests
-----
-- Issue #7783: test.test_support.open_urlresource invalidates the outdated
- files from the local cache.
+- Issue #7783: test.support.open_urlresource invalidates the outdated files
+ from the local cache.
- Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
effectively raised.
@@ -937,8 +937,8 @@ Tests
test_capi (only seen so far on platforms where the curses module
wasn't built), due to an uncleared exception.
-- issue #7728: test_timeout was changed to use test_support.bind_port
- instead of a hard coded port.
+- Issue #7728: test_timeout was changed to use support.bind_port instead of a
+ hard coded port.
- Issue #7376: instead of running a self-test (which was failing) when called
with no arguments, doctest.py now gives a usage message.