Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86deec1

Browse files
committed
merge 3.3
2 parents f4ce417 + 8e4b3c7 commit 86deec1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/library/hashlib.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,18 @@ Hashlib provides the following constant attributes:
101101

102102
.. data:: algorithms_guaranteed
103103

104-
Contains the names of the hash algorithms guaranteed to be supported
104+
A set containing the names of the hash algorithms guaranteed to be supported
105105
by this module on all platforms.
106106

107107
.. versionadded:: 3.2
108108

109109
.. data:: algorithms_available
110110

111-
Contains the names of the hash algorithms that are available
112-
in the running Python interpreter. These names will be recognized
113-
when passed to :func:`new`. :attr:`algorithms_guaranteed`
114-
will always be a subset. Duplicate algorithms with different
115-
name formats may appear in this set (thanks to OpenSSL).
111+
A set containing the names of the hash algorithms that are available in the
112+
running Python interpreter. These names will be recognized when passed to
113+
:func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
114+
same algorithm may appear multiple times in this set under different names
115+
(thanks to OpenSSL).
116116

117117
.. versionadded:: 3.2
118118

0 commit comments

Comments
 (0)