]> granicus.if.org Git - python/commit
Fix test_atexit so that it still passes when -3 is supplied. (It was catching the...
authorSteven Bethard <steven.bethard@gmail.com>
Tue, 18 Mar 2008 19:59:14 +0000 (19:59 +0000)
committerSteven Bethard <steven.bethard@gmail.com>
Tue, 18 Mar 2008 19:59:14 +0000 (19:59 +0000)
commita7a3e28e4e6f7084e4d29e2c6d0ac95b8956648e
treec8d30d4722c60e437a0edfef00e192df3f727c1a
parentf48da8fbcdcf8c9eac2553131a07b8b375c0d726
Fix test_atexit so that it still passes when -3 is supplied. (It was catching the warning messages on stdio from using the reload() function.)
Lib/test/test_atexit.py