-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Deprecate several utility functions #188
Deprecate several utility functions #188
Conversation
In addition, * Add type annotations to utility functions * Update utility function doc strings * Use newer Python constructs to simplify remaining code
3540fb5
to
1d33f18
Compare
You should also update the documentation to replace calls to deprecated functions |
Shoot, I had been filtering my search to |
Hmm, that section is part of a discussion about cryptography, but specifically pycrypto, which hasn't had a release in 11 years. I'll make a quick update to that section, but this has informed me that there's some additional work to do with that section on cryptography. 👍 |
You can update the documentation in a different commit. |
This commit also updates an example for SHA-1 and MD5 hashing.
I included an update for SHA-1 and MD5 hashing that makes the docs for that section usable. |
1baa8ea
into
LudovicRousseau:master
Thanks |
This PR introduces the following changes: