File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ Manuel Ramos (@manuelramos)
172172Marcelo Elizeche Landó (@melizeche)
173173Marco Moresi (@mrcmoresi)
174174Marco Richetta (@marcorichetta)
175+ Marcos Ferreto (@FerretoDev)
175176Marcos Medrano (@mmmarcos)
176177Marcos Moreno (@marcosmamg)
177178Marcos Sánchez Provencio (@rapto)
Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14- "PO-Revision-Date : 2021 -12-09 10:23+0800 \n "
14+ "PO-Revision-Date : 2024 -12-10 21:07-0600 \n "
1515"
Last-Translator :
Rodrigo Tobar <[email protected] >\n "
16- "Language : es\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es \n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding : 8bit\n "
21+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
2222"Generated-By : Babel 2.16.0\n "
23+ "X-Generator : Poedit 3.5\n "
2324
2425#: ../Doc/c-api/contextvars.rst:6
2526msgid "Context Variables Objects"
@@ -44,6 +45,11 @@ msgid ""
4445"// in 3.7.1+:\n"
4546"PyObject *PyContext_New(void);"
4647msgstr ""
48+ "// en 3.7.0:\n"
49+ "PyContext *PyContext_New(void);\n"
50+ "\n"
51+ "// en 3.7.1+:\n"
52+ "PyObject *PyContext_New(void);"
4753
4854#: ../Doc/c-api/contextvars.rst:26
4955msgid "See :issue:`34762` for more details."
You can’t perform that action at this time.
0 commit comments