File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ msgstr ""
20
20
21
21
#: ../../library/socket.rst:2
22
22
msgid ":mod:`socket` --- Low-level networking interface"
23
- msgstr ""
23
+ msgstr ":mod:`socket` --- Interface de rede de baixo nível "
24
24
25
25
#: ../../library/socket.rst:8
26
26
msgid ""
@@ -61,6 +61,14 @@ msgid ""
61
61
"operations on Python files, buffer allocation on receive operations is "
62
62
"automatic, and buffer length is implicit on send operations."
63
63
msgstr ""
64
+ "A interface Python é uma transliteração direta da chamada de sistema e "
65
+ "interface de biblioteca de soquetes do Unix para o estilo orientado a "
66
+ "objetos do Python: a função :func:`.socket` retorna um :dfn:`objeto socket` "
67
+ "cujos métodos implementam as diversas chamadas de sistema de soquetes. Os "
68
+ "tipos de parâmetro são consideravelmente de nível mais alto que os da "
69
+ "interface em C: assim como as operações :meth:`read` e :meth:`write` em "
70
+ "arquivos Python, a alocação de buffer em operações de recebimento é "
71
+ "automática, e o comprimento do buffer é implícito em operações de envio."
64
72
65
73
#: ../../library/socket.rst:39
66
74
msgid ""
You can’t perform that action at this time.
0 commit comments