Skip to content

traduccion library/socket #1053

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 28 commits into from
Mar 19, 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
Next Next commit
update again!
  • Loading branch information
ramsal authored Oct 23, 2020
commit ea1c9bc9bd4938a65ef9bdb33d4528361adb2b40
4 changes: 2 additions & 2 deletions library/socket.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-10-24 01:32+0200\n"
"PO-Revision-Date: 2020-10-24 01:36+0200\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -1484,7 +1484,7 @@ msgid ""
msgstr ""
"Enviar datos normales y auxiliares al socket, recopilar los datos no auxiliares de una serie de buffers y concatenarlos en un único mensaje. El "
"argumento *buffers* especifica los datos no auxiliares como un iterable de :term:`bytes-como objetos <bytes-like object>` (por ejemplo: objetos :"
"class:'bytes'); el sistema operativo puede establecer un límite (:func:`os.sysconf` valor ``SC_IOV_MAX``) en el número de buffers que se pueden "
"class:`bytes`); el sistema operativo puede establecer un límite (:func:`os.sysconf` valor ``SC_IOV_MAX``) en el número de buffers que se pueden "
"utilizar. El argumento *ancdata* especifica los datos auxiliares (mensajes de control) como un iterable de cero o más tuplas ``(cmsg_level, "
"cmsg_type, cmsg_data)``, donde *cmsg_level* y *cmsg_type* son enteros que especifican el nivel de protocolo y el tipo específico del protocolo "
"respectivamente, y *cmsg_data* es un objeto similar a bytes que contiene los datos asociados. Tenga en cuenta que algunos sistemas (en "
Expand Down