]> granicus.if.org Git - python/commit
Tweak the fix for test_traceback since the fix for it to run on its own broke
authorBrett Cannon <bcannon@gmail.com>
Tue, 27 Feb 2007 00:12:43 +0000 (00:12 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 27 Feb 2007 00:12:43 +0000 (00:12 +0000)
commit44c526174d9296ce358ccee9652382e7ea5377f4
treeb73f7e9b78a8ff681ebd64386a165cafdc5ddfd3
parentdfb2a8a7c176b4db246a6f32bdf4a1b079bdd4eb
Tweak the fix for test_traceback since the fix for it to run on its own broke
it under regrtest.  'traceback' likes to strip out the module name if it is
__main__ or __builtin__ but not in other cases.
Lib/test/test_traceback.py