hashlib.sha1.hexdigest() returns str on Python 3.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG72b91f905065: py3: use node.hex(h.digest()) instead of h.hexdigest()
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.