@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.14\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2025-09-16 17:23 +0000\n "
14
+ "POT-Creation-Date : 2025-09-27 14:12 +0000\n "
15
15
"PO-Revision-Date : 2025-09-16 00:01+0000\n "
16
16
"Last-Translator : python-doc bot, 2025\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1088,8 +1088,8 @@ msgid "Use :meth:`~SSLSocket.recv` instead of :meth:`~SSLSocket.read`."
1088
1088
msgstr ""
1089
1089
1090
1090
msgid ""
1091
- "Write *buf * to the SSL socket and return the number of bytes written. The "
1092
- "*buf * argument must be an object supporting the buffer interface."
1091
+ "Write *data * to the SSL socket and return the number of bytes written. The "
1092
+ "*data * argument must be an object supporting the buffer interface."
1093
1093
msgstr ""
1094
1094
1095
1095
msgid ""
@@ -1104,7 +1104,7 @@ msgstr ""
1104
1104
1105
1105
msgid ""
1106
1106
"The socket timeout is no longer reset each time bytes are received or sent. "
1107
- "The socket timeout is now the maximum total duration to write *buf *."
1107
+ "The socket timeout is now the maximum total duration to write *data *."
1108
1108
msgstr ""
1109
1109
1110
1110
msgid "Use :meth:`~SSLSocket.send` instead of :meth:`~SSLSocket.write`."
@@ -1127,7 +1127,13 @@ msgid "Perform the SSL setup handshake."
1127
1127
msgstr ""
1128
1128
1129
1129
msgid ""
1130
- "The handshake method also performs :func:`match_hostname` when the :attr:"
1130
+ "If *block* is true and the timeout obtained by :meth:`~socket.socket."
1131
+ "gettimeout` is zero, the socket is set in blocking mode until the handshake "
1132
+ "is performed."
1133
+ msgstr ""
1134
+
1135
+ msgid ""
1136
+ "The handshake method also performs :func:`!match_hostname` when the :attr:"
1131
1137
"`~SSLContext.check_hostname` attribute of the socket's :attr:`~SSLSocket."
1132
1138
"context` is true."
1133
1139
msgstr ""
@@ -1139,7 +1145,7 @@ msgstr ""
1139
1145
1140
1146
msgid ""
1141
1147
"Hostname or IP address is matched by OpenSSL during handshake. The function :"
1142
- "func:`match_hostname` is no longer used. In case OpenSSL refuses a hostname "
1148
+ "func:`! match_hostname` is no longer used. In case OpenSSL refuses a hostname "
1143
1149
"or IP address, the handshake is aborted early and a TLS alert message is "
1144
1150
"sent to the peer."
1145
1151
msgstr ""
@@ -2900,7 +2906,7 @@ msgstr ""
2900
2906
2901
2907
msgid ""
2902
2908
"Hostname matchings is now performed by OpenSSL. Python no longer uses :func:"
2903
- "`match_hostname`."
2909
+ "`! match_hostname`."
2904
2910
msgstr ""
2905
2911
2906
2912
msgid ""
0 commit comments