-------
- Issue #15061: The inappropriately named hmac.secure_compare has been
- renamed to hash.compare_digest, restricted to operating on bytes inputs
- only and had its documentation updated to more acurrately reflect both its
+ renamed to hmac.compare_digest, restricted to operating on bytes inputs
+ only and had its documentation updated to more accurately reflect both its
intent and its limitations
- Issue #13841: Make child processes exit using sys.exit() on Windows.