summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-02-28 19:57:03 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-02-28 19:57:03 (GMT)
commit55b61d21d8e8409fbb6ca23421f8a3a5c23f5513 (patch)
treeaa6d2f9c10dbda56efe1be4ba1350c32e546e9bc /Misc
parent6e2d1c7ab83eef723176861ac2bc0732f10ba1ca (diff)
downloadcpython-55b61d21d8e8409fbb6ca23421f8a3a5c23f5513.zip
cpython-55b61d21d8e8409fbb6ca23421f8a3a5c23f5513.tar.gz
cpython-55b61d21d8e8409fbb6ca23421f8a3a5c23f5513.tar.bz2
Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource
require -u network to run test_timeout since it fails when not connected to a network.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b3ea1f5..c4401b6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,8 @@ TBD
Tests
-----
-TBD
+- test_timeout now requires -u network to be passed to regrtest to run.
+ See SF bug #692988.
Windows
-------