commit | de4ceabfd8b9cf357332e7fa1bfb46c157402efa | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Apr 25 19:53:49 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Apr 25 19:53:49 2010 +0000 |
tree | 838eeb9e95f3f72beeb754e17c6f20c9dc8ff24b | |
parent | af30c5d32e52ec61cb9964dcb44f9b7eae82cfa9 [diff] |
Merged revisions 80476 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80476 | michael.foord | 2010-04-25 20:02:46 +0100 (Sun, 25 Apr 2010) | 1 line Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. ........