https://github.com/python/cpython/commit/e714ead7a2895799b7f2cbded086378d92625a3a commit: e714ead7a2895799b7f2cbded086378d92625a3a branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-26T13:17:03Z summary:
gh-132388: remove outdated TODO comment in `test_hmac.py` (#133008) files: M Lib/test/test_hmac.py diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py index 8370ba30601fae..e9a465180e9ce1 100644 --- a/Lib/test/test_hmac.py +++ b/Lib/test/test_hmac.py @@ -980,8 +980,6 @@ def exc_type(self): return _hashlib.UnsupportedDigestmodError def test_hmac_digest_digestmod_parameter(self): - # TODO(picnixz): remove default arguments in _hashlib.hmac_digest() - # since the return value is not a HMAC object but a bytes object. for value in [object, 'unknown', 1234, None]: with ( self.subTest(value=value), _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com