Issue #27200: Fix doctests in Doc/library/hashlib.rst
This commit is contained in:
parent
9f8b3a0b92
commit
4199bbaf63
|
@ -13,6 +13,11 @@
|
||||||
single: message digest, MD5
|
single: message digest, MD5
|
||||||
single: secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512
|
single: secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512
|
||||||
|
|
||||||
|
.. testsetup::
|
||||||
|
|
||||||
|
import hashlib
|
||||||
|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
This module implements a common interface to many different secure hash and
|
This module implements a common interface to many different secure hash and
|
||||||
|
|
Loading…
Reference in New Issue