]> granicus.if.org Git - python/commit
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 25 Apr 2010 19:02:46 +0000 (19:02 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 25 Apr 2010 19:02:46 +0000 (19:02 +0000)
commit5c322ece9601da2a4113f489d44762abffe6b8cd
tree2718070eecc6d3101673bf5bd673f3a3d2ec382c
parentadbcf1f4a804b1a1497fd33ee2c4c28d264197aa
Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs.
Doc/library/unittest.rst
Lib/unittest/__init__.py
Lib/unittest/signals.py
Lib/unittest/test/test_break.py