summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-08-10 06:05:56 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-08-10 06:05:56 (GMT)
commit306c3dd6f5984894ced8f8cc1145b42606233c40 (patch)
treeb468588d3afab6b6d74874095f4dc60c30cdc6ce
parent11328fc48056bc47e920c60fe2f6bb257ae1480a (diff)
parent4199bbaf63bf2d017c9fbd3ee5267fc571516d7f (diff)
downloadcpython-306c3dd6f5984894ced8f8cc1145b42606233c40.zip
cpython-306c3dd6f5984894ced8f8cc1145b42606233c40.tar.gz
cpython-306c3dd6f5984894ced8f8cc1145b42606233c40.tar.bz2
Issue #27200: Merge with 3.5
-rw-r--r--Doc/library/hashlib.rst5
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