File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2023-04-02 04:14-0300 \n "
14
+ "PO-Revision-Date : 2023-11-19 13:55-0500 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/asyncio-policy.rst:8
25
26
msgid "Policies"
@@ -185,6 +186,10 @@ msgid ""
185
186
"decides to create one. In some future Python release this will become an "
186
187
"error."
187
188
msgstr ""
189
+ "El método :meth:`get_event_loop` de la política asyncio predeterminada ahora "
190
+ "emite una :exc:`DeprecationWarning` si no hay un bucle de eventos actual "
191
+ "configurado y decide crear uno. En alguna versión futura de Python, esto se "
192
+ "convertirá en un error."
188
193
189
194
#: ../Doc/library/asyncio-policy.rst:128
190
195
msgid ""
You can’t perform that action at this time.
0 commit comments