diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-08-10 06:05:56 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-08-10 06:05:56 (GMT) |
commit | 306c3dd6f5984894ced8f8cc1145b42606233c40 (patch) | |
tree | b468588d3afab6b6d74874095f4dc60c30cdc6ce | |
parent | 11328fc48056bc47e920c60fe2f6bb257ae1480a (diff) | |
parent | 4199bbaf63bf2d017c9fbd3ee5267fc571516d7f (diff) | |
download | cpython-306c3dd6f5984894ced8f8cc1145b42606233c40.zip cpython-306c3dd6f5984894ced8f8cc1145b42606233c40.tar.gz cpython-306c3dd6f5984894ced8f8cc1145b42606233c40.tar.bz2 |
Issue #27200: Merge with 3.5
-rw-r--r-- | Doc/library/hashlib.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 93bcc91..f6d4808 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -13,6 +13,11 @@ single: message digest, MD5 single: secure hash algorithm, SHA1, SHA224, SHA256, SHA384, SHA512 +.. testsetup:: + + import hashlib + + -------------- This module implements a common interface to many different secure hash and |