@@ -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-21 15:47 +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 : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -64,12 +64,18 @@ msgstr ""
6464
6565msgid ""
6666"Constructors for hash algorithms that are always present in this module are :"
67- "func:`sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :func :"
68- "`sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
67+ "func:`md5`, :func:` sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :"
68+ "func: `sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
6969"`sha3_512`, :func:`shake_128`, :func:`shake_256`, :func:`blake2b`, and :func:"
70- "`blake2s`. :func:`md5` is normally available as well, though it may be "
71- "missing or blocked if you are using a rare \" FIPS compliant\" build of "
72- "Python. These correspond to :data:`algorithms_guaranteed`."
70+ "`blake2s`. These correspond to :data:`algorithms_guaranteed`."
71+ msgstr ""
72+
73+ msgid ""
74+ "Any of these may nonetheless be missing or blocked in unusual environments, "
75+ "such as a rare \" FIPS compliant\" build of Python or when OpenSSL's \" FIPS "
76+ "mode\" is configured to exclude some algorithms from its default provider. "
77+ "Calling the constructor of an algorithm that is unavailable raises :exc:"
78+ "`ValueError`."
7379msgstr ""
7480
7581msgid ""
0 commit comments