]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Jul 2008 12:23:47 +0000 (12:23 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Jul 2008 12:23:47 +0000 (12:23 +0000)
commit38469e271929399c12d6770d91958d8abac7433a
treeb347e1d7a9b8176cae5bc57b7f9f5180c7438064
parent3d0b9f095a1ccda7d6c04a9a1d05d245d8b82e26
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings.
Doc/library/test.rst
Lib/test/test_py3kwarn.py
Lib/test/test_struct.py
Lib/test/test_support.py
Lib/test/test_warnings.py
Misc/NEWS