8000 Merge branch 'python:3.10' into doc/translate_c_api_number · python/python-docs-es@aa2aa71 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa2aa71

Browse files
authored
Merge branch 'python:3.10' into doc/translate_c_api_number
2 parents faf13b4 + 08f420b commit aa2aa71

File tree

3 files changed

+76
-50
lines changed

3 files changed

+76
-50
lines changed

c-api/weakref.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-01 17:38+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-10-18 19:38+0200\n"
15+
"Last-Translator: Diego Cristóbal Herreros <diecristher@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
1818
"python.org)\n"
19-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
19+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=utf-8\n"
2222
"Content-Transfer-Encoding: 8bit\n"
2323
"Generated-By: Babel 2.9.1\n"
24+
"X-Generator: Poedit 3.0\n"
2425

2526
#: ../Doc/c-api/weakref.rst:6
2627
msgid "Weak Reference Objects"
@@ -116,6 +117,10 @@ msgid ""
116117
"except when it cannot be destroyed before the last usage of the borrowed "
117118
"reference."
118119
msgstr ""
120+
"Esta función retorna una referencia :term:`borrowed reference` al objeto "
121+
"referenciado. Esto significa que siempre debe llamar a :c:func:`Py_INCREF` "
122+
"sobre el objeto, excepto cuando no pueda ser destruido antes del último uso "
123+
"de la referencia prestada."
119124

120125
#: ../Doc/c-api/weakref.rst:69
121126
msgid ""

dictionaries/using_cmdline.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ auditing
55
autocomprobación
66
autocomprobaciónes
77
hashes
8-
precompilados
8+
precompilados
9+
surrogatepass

0 commit comments

Comments
 (0)
0