Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly call hmad constructor with md5 hash #4

Closed
abbot opened this issue Feb 24, 2015 · 1 comment
Closed

Explicitly call hmad constructor with md5 hash #4

abbot opened this issue Feb 24, 2015 · 1 comment
Assignees

Comments

@abbot
Copy link
Owner

abbot commented Feb 24, 2015

kousu gave at heads up that:

     digestmod: A module supporting PEP 247.  *OR*
                A hashlib constructor returning a new hash object. *OR*
                A hash name suitable for hashlib.new().
                Defaults to hashlib.md5.
                Implicit default to hashlib.md5 is deprecated and will be
                removed in Python 3.6.

So instead of relying on MD5 being the default for hashlib, explicitly call hashlib constructor with md5 digest module/object/whatever.

@abbot abbot self-assigned this Feb 24, 2015
@abbot
Copy link
Owner Author

abbot commented Nov 13, 2016

Fixed in b44c7f2.

@abbot abbot closed this as completed Nov 13, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant