@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-06-23 16:23 +0000\n "
14+ "POT-Creation-Date : 2026-06-29 16:50 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:01+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -63,12 +63,18 @@ msgstr ""
6363
6464msgid ""
6565"Constructors for hash algorithms that are always present in this module are :"
66- "func:`sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :func :"
67- "`sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
66+ "func:`md5`, :func:` sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :"
67+ "func: `sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
6868"`sha3_512`, :func:`shake_128`, :func:`shake_256`, :func:`blake2b`, and :func:"
69- "`blake2s`. :func:`md5` is normally available as well, though it may be "
70- "missing or blocked if you are using a rare \" FIPS compliant\" build of "
71- "Python. These correspond to :data:`algorithms_guaranteed`."
69+ "`blake2s`. These correspond to :data:`algorithms_guaranteed`."
70+ msgstr ""
71+
72+ msgid ""
73+ "Any of these may nonetheless be missing or blocked in unusual environments, "
74+ "such as a rare \" FIPS compliant\" build of Python or when OpenSSL's \" FIPS "
75+ "mode\" is configured to exclude some algorithms from its default provider. "
76+ "Calling the constructor of an algorithm that is unavailable raises :exc:"
77+ "`ValueError`."
7278msgstr ""
7379
7480msgid ""
0 commit comments