From e714ead7a2895799b7f2cbded086378d92625a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9n=C3=A9dikt=20Tran?= <10796600+picnixz@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:17:03 +0200 Subject: gh-132388: remove outdated TODO comment in `test_hmac.py` (#133008) --- Lib/test/test_hmac.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_hmac.py b/Lib/test/test_hmac.py index 8370ba3..e9a4651 100644 --- a/Lib/test/test_hmac.py +++ b/Lib/test/test_hmac.py @@ -980,8 +980,6 @@ class OpenSSLConstructorTestCase(ThroughOpenSSLAPIMixin, 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), -- cgit v0.12