]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19758: silence PendingDeprecationWarnings in test_hmac
authorChristian Heimes <christian@cheimes.de>
Sun, 24 Nov 2013 22:14:16 +0000 (23:14 +0100)
committerChristian Heimes <christian@cheimes.de>
Sun, 24 Nov 2013 22:14:16 +0000 (23:14 +0100)
commit217f5c4eda531e89da665cc45d2f592c6209b10c
treee4ee9b3a739e6228211aaa5b81b84834a9e95fbd
parent99e101013fa36da37e47a5a18b5a62d621b0efb9
Issue #19758: silence PendingDeprecationWarnings in test_hmac
I also removed some bare excepts from the tests.
Lib/test/test_hmac.py