Skip to content

first translation 2.2 #1268

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
powrap
  • Loading branch information
cmaureir committed Aug 16, 2021
commit 791ef0381b4386a77198f407a885f8626cf3d4ba
12 changes: 6 additions & 6 deletions whatsnew/2.2.po
Original file line number Diff line number Diff line change
Expand Up @@ -1661,12 +1661,12 @@ msgid ""
"mod:`os` module, and :func:`localtime`, :func:`gmtime`, and :func:`strptime` "
"in the :mod:`time` module."
msgstr ""
"Varias funciones que originalmente retornaban tuplas largas ahora retornan pseudo-"
"secuencias que siguen comportándose como tuplas pero que también tienen "
"atributos mnemónicos como memberst_mtime o :attr:`tm_year`. Las funciones "
"mejoradas incluyen :func:`stat`, :func:`fstat`, :func:`statvfs` y :func:"
"`fstatvfs` en el módulo :mod:`os`, y :func:`localtime`, :func:`gmtime` y :"
"func:`strptime` en el módulo :mod:`time`."
"Varias funciones que originalmente retornaban tuplas largas ahora retornan "
"pseudo-secuencias que siguen comportándose como tuplas pero que también "
"tienen atributos mnemónicos como memberst_mtime o :attr:`tm_year`. Las "
"funciones mejoradas incluyen :func:`stat`, :func:`fstat`, :func:`statvfs` y :"
"func:`fstatvfs` en el módulo :mod:`os`, y :func:`localtime`, :func:`gmtime` "
"y :func:`strptime` en el módulo :mod:`time`."

#: ../Doc/whatsnew/2.2.rst:972
msgid ""
Expand Down