projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e153a
)
support -> test_support
author
Benjamin Peterson
<benjamin@python.org>
Fri, 18 Jan 2013 05:44:49 +0000
(
00:44
-0500)
committer
Benjamin Peterson
<benjamin@python.org>
Fri, 18 Jan 2013 05:44:49 +0000
(
00:44
-0500)
Lib/test/test_signal.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_signal.py
b/Lib/test/test_signal.py
index fa06729b6ea57cdb725c1d0caf8dd3f985ebe13a..7483f64123ed1bb210afc2a5dc8e320b50d71e2b 100644
(file)
--- a/
Lib/test/test_signal.py
+++ b/
Lib/test/test_signal.py
@@
-230,7
+230,7
@@
class WindowsSignalTests(unittest.TestCase):
class WakeupFDTests(unittest.TestCase):
def test_invalid_fd(self):
- fd = support.make_bad_fd()
+ fd =
test_
support.make_bad_fd()
self.assertRaises(ValueError, signal.set_wakeup_fd, fd)