Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 75 additions & 64 deletions main/locale/pot/LC_MESSAGES/faq/design.pot

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions main/locale/pot/LC_MESSAGES/faq/programming.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.16\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-15 14:52+0000\n"
"POT-Creation-Date: 2026-08-31 16:45+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1254,7 +1254,8 @@ msgid ""
":class:`str` and :class:`bytes` objects are immutable, therefore "
"concatenating many strings together is inefficient as each concatenation "
"creates a new object. In the general case, the total runtime cost is "
"quadratic in the total string length."
"quadratic in the total string length. See :ref:`time-complexity` for more "
"information."
msgstr ""

#: ../../../faq/programming.rst:1141
Expand Down
4 changes: 2 additions & 2 deletions main/locale/pot/LC_MESSAGES/glossary.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.16\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-24 09:54+0000\n"
"POT-Creation-Date: 2026-08-31 16:45+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1612,7 +1612,7 @@ msgstr ""
msgid ""
"A built-in Python :term:`sequence`. Despite its name it is more akin to an "
"array in other languages than to a linked list since access to elements is "
"*O*\\ (1)."
"*O*\\ (1). See :ref:`time-complexity`."
msgstr ""

#: ../../../glossary.rst:946
Expand Down
6 changes: 3 additions & 3 deletions main/locale/pot/LC_MESSAGES/library/ast.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.16\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-24 09:54+0000\n"
"POT-Creation-Date: 2026-08-31 16:45+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -1194,8 +1194,8 @@ msgstr ""
#: ../../../library/ast.rst:2255
msgid ""
"In addition, if ``mode`` is ``'func_type'``, the input syntax is modified to "
"correspond to :pep:`484` \"signature type comments\", e.g. ``(str, int) -> "
"List[str]``."
"correspond to :pep:`484` \"signature type comments\", for example ``(str, "
"int) -> List[str]``."
msgstr ""

#: ../../../library/ast.rst:2259
Expand Down
4 changes: 2 additions & 2 deletions main/locale/pot/LC_MESSAGES/library/asyncio-task.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.16\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-24 09:54+0000\n"
"POT-Creation-Date: 2026-08-31 16:45+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -323,7 +323,7 @@ msgid ""
"Create a task in this task group. The signature matches that of :func:"
"`asyncio.create_task`. If the task group is inactive (e.g. not yet entered, "
"already finished, or in the process of shutting down), we will close the "
"given ``coro``."
"given ``coro`` and raise :exc:`RuntimeError`."
msgstr ""

#: ../../../library/asyncio-task.rst:363
Expand Down
3 changes: 2 additions & 1 deletion main/locale/pot/LC_MESSAGES/library/asyncio-tools.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.16\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-08-24 09:54+0000\n"
"POT-Creation-Date: 2026-08-31 16:45+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
Loading