diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 19:57:03 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-02-28 19:57:03 (GMT) |
commit | 55b61d21d8e8409fbb6ca23421f8a3a5c23f5513 (patch) | |
tree | aa6d2f9c10dbda56efe1be4ba1350c32e546e9bc /Misc | |
parent | 6e2d1c7ab83eef723176861ac2bc0732f10ba1ca (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ------- |