@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.15\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2026-07-17 15:08 +0000\n "
16+ "POT-Creation-Date : 2026-07-29 15:50 +0000\n "
1717"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1818"Last-Translator : qqfunc, 2026\n "
1919"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
@@ -298,6 +298,7 @@ msgid ""
298298msgstr ""
299299
300300#: ../../deprecations/pending-removal-in-3.17.rst:45
301+ #: ../../deprecations/pending-removal-in-3.20.rst:57
301302msgid ":mod:`typing`:"
302303msgstr ""
303304
@@ -590,6 +591,18 @@ msgid ""
590591"`!ast.expr`) is deprecated and will raise an error in Python 3.20."
591592msgstr ""
592593
594+ #: ../../deprecations/pending-removal-in-3.20.rst:59
595+ msgid ""
596+ "It is deprecated to call :func:`isinstance` and :func:`issubclass` checks on "
597+ "protocol classes that were not explicitly decorated with :func:`!"
598+ "runtime_checkable` but that inherit from a runtime-checkable protocol class. "
599+ "This will raise a :exc:`TypeError` in Python 3.20."
600+ msgstr ""
601+
602+ #: ../../deprecations/pending-removal-in-3.20.rst:64
603+ msgid "(Contributed by Bartosz Sławecki in :gh:`132604`.)"
604+ msgstr ""
605+
593606#: ../../deprecations/c-api-pending-removal-in-future.rst:2
594607#: ../../deprecations/pending-removal-in-future.rst:2
595608msgid "Pending removal in future versions"
0 commit comments