- Notifications
You must be signed in to change notification settings - Fork395
Traducido archivo whatsnew/3.5#1126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
ff4441a
ebbd824
fe88171
64fb6ef
cf04e56
203ed5e
c3abef0
200de7f
37e9272
b2bc3aa
3b1f8a2
291eea8
a388b39
c11dee4
2c4707f
b96a16b
2d730b9
3109e2d
148c84a
447804e
d882253
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Arnon | ||
Benno | ||
Hoyt | ||
infijos | ||
Joshua | ||
Jukka | ||
Lehtosalo | ||
Leslie | ||
Łukasz | ||
Nathaniel | ||
Wouters | ||
Yaari |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -9,7 +9,7 @@ msgstr "" | ||
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-05-06 11:59-0400\n" | ||
"PO-Revision-Date: 2020-12-09 18:20-0600\n" | ||
"Language-Team: python-doc-es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
@@ -38,7 +38,7 @@ msgid "" | ||
"docs.python.org/3.5/whatsnew/changelog.html>`_ for a full list of changes." | ||
msgstr "" | ||
"Este artículo explica las nuevas características de Python 3.5, en " | ||
"comparación con 3.4. Python 3.5se publicó el 13 de septiembre de 2015. " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. No estoy segura de este termino si deberiamos decir se publico, se lanzo o se libero.... quizas para discutirlo en el telegram | ||
"Consultar el `registro de cambios <https://docs.python.org/3.5/whatsnew/" | ||
"changelog.html>`_ para una lista completa de cambios." | ||
@@ -282,7 +282,8 @@ msgid "" | ||
msgstr "" | ||
"Por favor sigue leyendo para obtener una lista completa de los cambios que " | ||
"se enfrentan los usuarios, incluidas muchas otras mejoras menores, " | ||
"optimizaciones de CPython, deprecaciones y posibles problemas de " | ||
"portabilidad." | ||
#: ../Doc/whatsnew/3.5.rst:163 | ||
msgid "New Features" | ||
@@ -310,8 +311,8 @@ msgstr "" | ||
msgid "" | ||
"Coroutine functions are declared using the new :keyword:`async def` syntax::" | ||
msgstr "" | ||
"Las funciones corrutinase declaran usando la nueva sintaxis :keyword:`async" | ||
"def`::" | ||
#: ../Doc/whatsnew/3.5.rst:181 | ||
msgid "" | ||
@@ -581,8 +582,8 @@ msgid "" | ||
"For example, here is a simple function whose argument and return type are " | ||
"declared in the annotations::" | ||
msgstr "" | ||
"Por ejemplo, aquí hay una función simple cuyo argumento y tipo de retornose" | ||
"declaran en las anotaciones::" | ||
#: ../Doc/whatsnew/3.5.rst:425 | ||
msgid "" | ||
@@ -650,11 +651,11 @@ msgid "" | ||
"tree." | ||
msgstr "" | ||
":pep:`471` agrega una nueva función de iteración de directorio, :func:`os." | ||
"scandir`, a la biblioteca estándar. Adicionalmente, ahora :func:`os.walk`se " | ||
"implementa utilizando ``scandir``, lo que lo hace de 3 a 5 veces más rápido " | ||
"en sistemas POSIX y de 7 a 20 veces más rápido en sistemas Windows. Esto se " | ||
"logra en gran medida al reducir enormemente el número de llamadas necesarias " | ||
"de :func:`os.stat` para recorrer un árbol de directorios." | ||
#: ../Doc/whatsnew/3.5.rst:457 | ||
msgid "" | ||