[issue19759] Deprecation warnings in test_hmac

2013-11-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Crys just fixed this issue in issue19758. -- resolution: -> out of date stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue19759] Deprecation warnings in test_hmac

2013-11-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Following warnings are emitted when test_hmac ran with -Wall: $ ./python -Wall -m test.regrtest test_hmac [1/1] test_hmac /home/serhiy/py/cpython/Lib/test/test_hmac.py:271: PendingDeprecationWarning: HMAC() without an explicit digestmod argument is deprecat