1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2022 , Python Software Foundation
2
+ # Copyright (C) 2001-2023 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.11\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2022-12-28 04:14 +0000\n "
17
+ "POT-Creation-Date : 2023-01-13 14:15 +0000\n "
18
18
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
19
19
"Last-Translator : souma987, 2022\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
@@ -100,7 +100,7 @@ msgstr ""
100
100
#: ../../library/asyncio-eventloop.rst:50
101
101
msgid ""
102
102
"If there is no running event loop set, the function will return the result "
103
- "of ``get_event_loop_policy().get_event_loop()`` call."
103
+ "of the ``get_event_loop_policy().get_event_loop()`` call."
104
104
msgstr ""
105
105
106
106
#: ../../library/asyncio-eventloop.rst:53
@@ -120,17 +120,14 @@ msgid ""
120
120
"and close an event loop."
121
121
msgstr ""
122
122
123
- #: ../../library/asyncio-eventloop.rst:62
124
- msgid ""
125
- "Deprecation warning is emitted if there is no current event loop. In Python "
126
- "3.12 it will be an error."
127
- msgstr ""
128
-
129
- #: ../../library/asyncio-eventloop.rst:67
123
+ #: ../../library/asyncio-eventloop.rst:63
130
124
msgid ""
131
125
"In Python versions 3.10.0--3.10.8 and 3.11.0 this function (and other "
132
- "functions which used it implicitly) emitted a :exc:`DeprecationWarning` if "
133
- "there was no running event loop, even if the current loop was set."
126
+ "functions which use it implicitly) emitted a :exc:`DeprecationWarning` if "
127
+ "there was no running event loop, even if the current loop was set on the "
128
+ "policy. In Python versions 3.10.9, 3.11.1 and 3.12 they emit a :exc:"
129
+ "`DeprecationWarning` if there is no running event loop and no current loop "
130
+ "is set. In some future Python release this will become an error."
134
131
msgstr ""
135
132
136
133
#: ../../library/asyncio-eventloop.rst:74
0 commit comments