-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
PEP 466: backport hashlib changes #65506
Comments
Tracker issue for the hashlib PBKDF2 and algorithm availability details backport to 2.7 described in PEP-466. |
bpo-21304 has the implementation of the PBKDF2 work. |
Let's dup this then. |
Rather bpo-21304 should be a dep... |
Uploaded patch adds the algorithm availability constants to the hashlib module. |
use a frozenset for algorithms_guaranteed. in the docs under more algor... may be available make the two variables you probably should use pystring_fromstring imstead of unicode given this On Fri, Aug 22, 2014 at 9:46 AM, Alex Gaynor <report@bugs.python.org> wrote:
|
New patch uses PyString_FromString. To the other two points:
|
Keeping the delta small makes sense. I'd use frozenset in 3 as well but its |
This Look good to me. +1 |
New changeset 3f73c44b1fd1 by Benjamin Peterson in branch '2.7': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: