]> granicus.if.org Git - python/commitdiff
Issue #27200: Fix doctests in Doc/library/hashlib.rst
authorZachary Ware <zachary.ware@gmail.com>
Wed, 10 Aug 2016 06:05:19 +0000 (01:05 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 10 Aug 2016 06:05:19 +0000 (01:05 -0500)
Doc/library/hashlib.rst

index 30be3354af73723b909519e5d59272ef00c1742d..a2e96caf76335aff0eafc956f3e40556bd2fc6fd 100644 (file)
    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