Changes by alexander.sturm :
--
nosy: +alexander.sturm
___
Python tracker
<http://bugs.python.org/issue18378>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by alexander.sturm :
Added file: http://bugs.python.org/file44196/issue_27835_py3k.diff
___
Python tracker
<http://bugs.python.org/issue27835>
___
___
Python-bug
Changes by alexander.sturm :
--
keywords: +patch
Added file: http://bugs.python.org/file44195/issue_27835.diff
___
Python tracker
<http://bugs.python.org/issue27
New submission from alexander.sturm:
In the following example code, a SystemExit is raised in setUpClass of a
unittest.TestCase, which causes the python instance to terminate. This behavior
is inconsistent with how SystemExit is handled in other places (e.g. in
setUp/tearDown methods, or in