aboutsummaryrefslogtreecommitdiff
path: root/changes/bug40179_part1
AgeCommit message (Collapse)Author
2020-11-21Start a changelog for 0.4.5.2-alphaNick Mathewson
2020-11-05Handle a change in the implementation of hashlib in Python 3.9Nick Mathewson
Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change invalidated our old compatibility/workaround code, and made one of our tests fail. Fixes bug 40179; bugfix on 0.3.1.6-rc when the workaround code was added.