Home
last modified time | relevance | path

Searched refs:algorithms_guaranteed (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hashlib.py113 self.assertEqual(hashlib.algorithms_guaranteed,
118 self.assertTrue(set(hashlib.algorithms_guaranteed).
/external/python/cpython2/Lib/
Dhashlib.py62 algorithms_guaranteed = set(__always_supported) variable
/external/python/cpython2/Doc/library/
Dhashlib.rst91 .. data:: algorithms_guaranteed
102 :func:`new`. :attr:`algorithms_guaranteed` will always be a subset. The
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2594 * :data:`hashlib.algorithms_guaranteed` and
/external/python/cpython2/Misc/
DNEWS1690 - Issue #21307: As part of PEP 466, backport hashlib.algorithms_guaranteed and