@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-03-21 14:21 +0000\n "
14+ "POT-Creation-Date : 2026-03-27 14:44 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Swedish (https://app.transifex.com/python-doc/teams/5390/ "
@@ -200,6 +200,11 @@ msgid ""
200200"protocol."
201201msgstr ""
202202
203+ msgid ""
204+ "If the object implements the buffer protocol, then the buffer must not be "
205+ "mutated while the bytes object is being created."
206+ msgstr ""
207+
203208msgid "Return the length of the bytes in bytes object *o*."
204209msgstr ""
205210
@@ -252,6 +257,11 @@ msgid ""
252257"of *\\ *bytes* will be set to ``NULL``; the appropriate exception will be set."
253258msgstr ""
254259
260+ msgid ""
261+ "If *newpart* implements the buffer protocol, then the buffer must not be "
262+ "mutated while the new bytes object is being created."
263+ msgstr ""
264+
255265msgid ""
256266"Create a new bytes object in *\\ *bytes* containing the contents of *newpart* "
257267"appended to *bytes*. This version releases the :term:`strong reference` to "
@@ -277,6 +287,11 @@ msgid ""
277287"and return ``NULL``."
278288msgstr ""
279289
290+ msgid ""
291+ "If *iterable* objects implement the buffer protocol, then the buffers must "
292+ "not be mutated while the new bytes object is being created."
293+ msgstr ""
294+
280295msgid ""
281296"Resize a bytes object. *newsize* will be the new length of the bytes object. "
282297"You can think of it as creating a new bytes object and destroying the old "
0 commit comments