Skip to content

Commit e714ead

Browse files
authored
gh-132388: remove outdated TODO comment in test_hmac.py (#133008)
1 parent 7f02ded commit e714ead

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_hmac.py

-2
Original file line numberDiff line numberDiff line change
@@ -980,8 +980,6 @@ def exc_type(self):
980980
return _hashlib.UnsupportedDigestmodError
981981

982982
def test_hmac_digest_digestmod_parameter(self):
983-
# TODO(picnixz): remove default arguments in _hashlib.hmac_digest()
984-
# since the return value is not a HMAC object but a bytes object.
985983
for value in [object, 'unknown', 1234, None]:
986984
with (
987985
self.subTest(value=value),

0 commit comments

Comments
 (0)