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 bb0a362

Browse filesBrowse files
clacriClaudia
andauthored
first attempt at completing future module (#2085)
closes #1940 Co-authored-by: Claudia <claudia@carvel.local>
1 parent 3ecbb9b commit bb0a362
Copy full SHA for bb0a362

File tree

Expand file treeCollapse file tree

1 file changed

+14
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+14
-5
lines changed

‎library/__future__.po

Copy file name to clipboardExpand all lines: library/__future__.po
+14-5Lines changed: 14 additions & 5 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: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-08-07 10:36+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
14+
"PO-Revision-Date: 2022-10-26 22:19+0100\n"
15+
"Last-Translator: Claudia Millan <clmilneb@gmail.com>\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.10.3\n"
23+
"X-Generator: Poedit 3.2\n"
2324

2425
#: ../Doc/library/__future__.rst:2
2526
msgid ":mod:`__future__` --- Future statement definitions"
@@ -280,7 +281,7 @@ msgstr "3.7.0b1"
280281

281282
#: ../Doc/library/__future__.rst:93
282283
msgid "TBD [1]_"
283-
msgstr ""
284+
msgstr "TBD [1]_"
284285

285286
#: ../Doc/library/__future__.rst:93
286287
msgid ":pep:`563`: *Postponed evaluation of annotations*"
@@ -296,6 +297,14 @@ msgid ""
296297
"python-dev@python.org/message/VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/>`__). No "
297298
"final decision has been made yet. See also :pep:`563` and :pep:`649`."
298299
msgstr ""
300+
"``from __future__ import annotations`` se había fijado previamente para ser "
301+
"obligatorio en Python 3.10, pero el Consejo Directivo de Python decidió en "
302+
"dos ocasiones retrasar el cambio (`anuncio para Python 3.10 <https://mail."
303+
"python.org/archives/list/python-dev@python.org/message/"
304+
"CLVXXPQ2T2LQ5MP2Y53VVQFCXYWQJHKZ/>`__; `anuncio para Python 3.11 <https://"
305+
"mail.python.org/archives/list/python-dev@python.org/message/"
306+
"VIZEBX5EYMSYIJNDBF6DMUMZOCWHARSO/>`__). Aún no se ha tomado una decisión "
307+
"final. Véase también :pep:`563` y :pep:`649`."
299308

300309
#: ../Doc/library/__future__.rst:110
301310
msgid ":ref:`future`"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.