Commit Graph

2 Commits (f7dee8aaf8eaf7bce41b206ce58296043afee0cf)

Author SHA1 Message Date
Sloane Hertel b5649f9686
Remove more Python 2 handling from tests (#82449) 10 months ago
Matt Clay 9d65e122ff
Fix detection of available hashlib algorithms (#79946)
* Fix detection of available hashlib algorithms

Detection of hashlib algorithms now works on Python 3.x.
The new implementation works on Python 2.7 and later.

Test coverage is provided by both integration and unit tests.

* Add additional details about hashlib in docs
2 years ago