Skip to content

Commit c843074

Browse files
committed
Merge branch '3.9' into upgrade-sphinx
2 parents 9988953 + fb1cb07 commit c843074

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
python-version: 3.9
1919
- name: Sincronizar con CPython
2020
run: |
21-
git submodule sync
22-
git submodule update --init --force cpython
21+
git submodule update --init --depth=1 cpython
2322
- name: Instalar dependencias
2423
run: |
2524
sudo apt-get update

distributing/index.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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: 2021-03-19 11:16+0100\n"
14-
"PO-Revision-Date: 2020-08-16 20:23-0300\n"
15-
"Last-Translator: Federico Jurío <fdjurio@gmail.com>\n"
14+
"PO-Revision-Date: 2021-08-02 10:49+0200\n"
15+
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/distributing/index.rst:5
2526
msgid "Distributing Python Modules"
@@ -284,7 +285,7 @@ msgstr "`Subiendo el proyecto al Python Packaging Index`_"
284285

285286
#: ../Doc/distributing/index.rst:131
286287
msgid "`The .pypirc file`_"
287-
msgstr ""
288+
msgstr "`El archivo .pypirc`_"
288289

289290
#: ../Doc/distributing/index.rst:144
290291
msgid "How do I...?"

extending/newtypes_tutorial.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ msgstr ""
620620
"``primer`` miembro de esta manera:"
621621

622622
#: ../Doc/extending/newtypes_tutorial.rst:415
623-
#, fuzzy
624623
msgid ""
625624
"But this would be risky. Our type doesn't restrict the type of the "
626625
"``first`` member, so it could be any kind of object. It could have a "
@@ -631,9 +630,9 @@ msgid ""
631630
msgstr ""
632631
"Pero esto sería arriesgado. Nuestro tipo no restringe el tipo del ``primer`` "
633632
"miembro, por lo que podría ser cualquier tipo de objeto. Podría tener un "
634-
"destructor que haga que se ejecute código que intente acceder al miembro "
635-
"``primer``; o ese destructor podría liberar el :term:`Global Interpreter "
636-
"Lock` y permite que se ejecute código arbitrario en otros hilos que acceden "
633+
"destructor que haga que se ejecute código que intente acceder al ``primer`` "
634+
"miembro; o ese destructor podría liberar el :term:`Global Interpreter Lock "
635+
"<GIL>` y permite que se ejecute código arbitrario en otros hilos que acceden "
637636
"y modifican nuestro objeto."
638637

639638
#: ../Doc/extending/newtypes_tutorial.rst:422

install/index.po

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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: 2021-03-19 11:39+0100\n"
14-
"PO-Revision-Date: 2020-08-11 09:27-0300\n"
15-
"Last-Translator: Emmanuel Arias <eamanu@yaerobi.com>\n"
14+
"PO-Revision-Date: 2021-08-02 19:19+0200\n"
15+
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.8.0\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/install/index.rst:7
2526
msgid "Installing Python Modules (Legacy version)"
@@ -2040,11 +2041,8 @@ msgstr ""
20402041
"existentes con bibliotecas OMF del mismo nombre."
20412042

20422043
#: ../Doc/install/index.rst:1067
2043-
#, fuzzy
20442044
msgid "Check https://www.sourceware.org/cygwin/ for more information"
2045-
msgstr ""
2046-
"Diríjase a https://www.sourceware.org/cygwin/ and http://www.mingw.org/ para "
2047-
"mayor información"
2045+
msgstr "Diríjase a https://www.sourceware.org/cygwin/ para mayor información"
20482046

20492047
#: ../Doc/install/index.rst:1069
20502048
msgid ""

0 commit comments

Comments
 (0)