@@ -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-29 15:50 +0000\n "
16+ "POT-Creation-Date : 2026-08-01 14:54 +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/ "
@@ -248,7 +248,7 @@ msgid ""
248248msgstr ""
249249
250250#: ../../deprecations/pending-removal-in-3.17.rst:16
251- #: ../../deprecations/pending-removal-in-3.17.rst:55
251+ #: ../../deprecations/pending-removal-in-3.17.rst:62
252252msgid ""
253253"Use ``isinstance(obj, collections.abc.Buffer)`` to test if ``obj`` "
254254"implements the :ref:`buffer protocol <bufferobjects>` at runtime. For use in "
@@ -258,7 +258,7 @@ msgid ""
258258msgstr ""
259259
260260#: ../../deprecations/pending-removal-in-3.17.rst:22
261- #: ../../deprecations/pending-removal-in-3.17.rst:61
261+ #: ../../deprecations/pending-removal-in-3.17.rst:68
262262msgid ""
263263":class:`!ByteString` was originally intended to be an abstract class that "
264264"would serve as a supertype of both :class:`bytes` and :class:`bytearray`. "
@@ -270,7 +270,7 @@ msgid ""
270270msgstr ""
271271
272272#: ../../deprecations/pending-removal-in-3.17.rst:30
273- #: ../../deprecations/pending-removal-in-3.17.rst:69
273+ #: ../../deprecations/pending-removal-in-3.17.rst:76
274274msgid ""
275275"See :pep:`PEP 688 <688#current-options>` for more details. (Contributed by "
276276"Shantanu Jain in :gh:`91896`.)"
@@ -288,21 +288,33 @@ msgid ""
288288msgstr ""
289289
290290#: ../../deprecations/pending-removal-in-3.17.rst:40
291- msgid ":mod:`webbrowser `:"
291+ msgid ":mod:`profile `:"
292292msgstr ""
293293
294294#: ../../deprecations/pending-removal-in-3.17.rst:42
295295msgid ""
296+ "The :mod:`!profile` module is deprecated and will be removed in Python 3.17. "
297+ "Use :mod:`profiling.tracing` instead, which provides a compatible API. See :"
298+ "pep:`799` for details. (Contributed by Pablo Galindo and László Kiss Kollár "
299+ "in :gh:`138122`.)"
300+ msgstr ""
301+
302+ #: ../../deprecations/pending-removal-in-3.17.rst:47
303+ msgid ":mod:`webbrowser`:"
304+ msgstr ""
305+
306+ #: ../../deprecations/pending-removal-in-3.17.rst:49
307+ msgid ""
296308":class:`!webbrowser.MacOSXOSAScript` is deprecated in favour of :class:`!"
297309"webbrowser.MacOS`. (:gh:`137586`)"
298310msgstr ""
299311
300- #: ../../deprecations/pending-removal-in-3.17.rst:45
312+ #: ../../deprecations/pending-removal-in-3.17.rst:52
301313#: ../../deprecations/pending-removal-in-3.20.rst:57
302314msgid ":mod:`typing`:"
303315msgstr ""
304316
305- #: ../../deprecations/pending-removal-in-3.17.rst:47
317+ #: ../../deprecations/pending-removal-in-3.17.rst:54
306318msgid ""
307319"Before Python 3.14, old-style unions were implemented using the private "
308320"class ``typing._UnionGenericAlias``. This class is no longer needed for the "
@@ -312,17 +324,17 @@ msgid ""
312324"of relying on private implementation details."
313325msgstr ""
314326
315- #: ../../deprecations/pending-removal-in-3.17.rst:52
327+ #: ../../deprecations/pending-removal-in-3.17.rst:59
316328msgid ""
317329":class:`typing.ByteString`, deprecated since Python 3.9, is scheduled for "
318330"removal in Python 3.17."
319331msgstr ""
320332
321- #: ../../deprecations/pending-removal-in-3.17.rst:72
333+ #: ../../deprecations/pending-removal-in-3.17.rst:79
322334msgid ":mod:`tkinter`:"
323335msgstr ""
324336
325- #: ../../deprecations/pending-removal-in-3.17.rst:74
337+ #: ../../deprecations/pending-removal-in-3.17.rst:81
326338msgid ""
327339"The :class:`!tkinter.Variable` methods :meth:`!trace_variable`, :meth:`!"
328340"trace` (an alias of :meth:`!trace_variable`), :meth:`!trace_vdelete` and :"
0 commit comments