@@ -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 : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2020-06-26 16:26+0200 \n "
14
+ "PO-Revision-Date : 2021-10-27 04:00-0400 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/extending/extending.rst:8
25
26
msgid "Extending Python with C or C++"
@@ -1285,6 +1286,10 @@ msgid ""
1285
1286
"collect` function), as well as configuration interfaces and the ability to "
1286
1287
"disable the detector at runtime."
1287
1288
msgstr ""
1289
+ "El detector de ciclos es capaz de detectar ciclos basura y puede "
1290
+ "recuperarlos. El módulo :mod:`gc` expone una forma de ejecutar el detector "
1291
+ "(la función :func:`~gc.collect`), así como interfaces de configuración y la "
1292
+ "posibilidad de desactivar el detector en tiempo de ejecución."
1288
1293
1289
1294
#: ../Doc/extending/extending.rst:920
1290
1295
msgid "Reference Counting in Python"
0 commit comments