@@ -868,6 +868,10 @@ msgid ""
868
868
"object usable to send and receive data on the connection, and *address* is "
869
869
"the address bound to the socket on the other end of the connection."
870
870
msgstr ""
871
+ "O soquete deve estar vinculado a um endereço e escutando por conexões. O "
872
+ "valor de retorno é um par ``(conn, address)`` onde *conn* é um *novo* objeto "
873
+ "de soquete usável para enviar e receber dados na conexão, e *address* é o "
874
+ "endereço vinculado ao soquete no outro extremo da conexão."
871
875
872
876
#: ../../library/asyncio-eventloop.rst:630
873
877
msgid "The socket *sock* must be non-blocking."
@@ -921,6 +925,8 @@ msgid ""
921
925
"With :class:`SelectorEventLoop` event loop, the *pipe* is set to non-"
922
926
"blocking mode."
923
927
msgstr ""
928
+ "Com o :class:`SelectorEventLoop` do laço de eventos, o *pipe* é definido "
929
+ "para modo não bloqueante."
924
930
925
931
#: ../../library/asyncio-eventloop.rst:675
926
932
msgid "Register write pipe in eventloop."
@@ -957,6 +963,9 @@ msgid ""
957
963
"Raise :exc:`ValueError` if the signal number is invalid or uncatchable. "
958
964
"Raise :exc:`RuntimeError` if there is a problem setting up the handler."
959
965
msgstr ""
966
+ "Levanta :exc:`ValueError` se o número do sinal é inválido ou impossível de "
967
+ "capturar. Levanta :exc:`RuntimeError` se existe um problema definindo o "
968
+ "tratador."
960
969
961
970
#: ../../library/asyncio-eventloop.rst:710
962
971
msgid "Remove a handler for a signal."
@@ -968,7 +977,7 @@ msgstr ""
968
977
969
978
#: ../../library/asyncio-eventloop.rst:716
970
979
msgid "The :mod:`signal` module."
971
- msgstr ""
980
+ msgstr "O módulo :mod:`signal`. "
972
981
973
982
#: ../../library/asyncio-eventloop.rst:720
974
983
msgid "Executor"
@@ -1011,15 +1020,15 @@ msgstr ""
1011
1020
1012
1021
#: ../../library/asyncio-eventloop.rst:751
1013
1022
msgid "Error Handling API"
1014
- msgstr ""
1023
+ msgstr "Tratando erros da API "
1015
1024
1016
1025
#: ../../library/asyncio-eventloop.rst:753
1017
1026
msgid "Allows customizing how exceptions are handled in the event loop."
1018
- msgstr ""
1027
+ msgstr "Permite customizar como exceções são tratadas no laço de eventos. "
1019
1028
1020
1029
#: ../../library/asyncio-eventloop.rst:757
1021
1030
msgid "Set *handler* as the new event loop exception handler."
1022
- msgstr ""
1031
+ msgstr "Define *handler* como o novo tratador de exceções do laço de eventos. "
1023
1032
1024
1033
#: ../../library/asyncio-eventloop.rst:759
1025
1034
msgid "If *handler* is ``None``, the default exception handler will be set."
@@ -1039,7 +1048,7 @@ msgstr ""
1039
1048
1040
1049
#: ../../library/asyncio-eventloop.rst:777
1041
1050
msgid "Default exception handler."
1042
- msgstr ""
1051
+ msgstr "Tratador de exceção padrão. "
1043
1052
1044
1053
#: ../../library/asyncio-eventloop.rst:779
1045
1054
msgid ""
@@ -1053,6 +1062,8 @@ msgid ""
1053
1062
"*context* parameter has the same meaning as in :meth:"
1054
1063
"`call_exception_handler`."
1055
1064
msgstr ""
1065
+ "parâmetro *context* tem o mesmo significado que em :meth:"
1066
+ "`call_exception_handler`."
1056
1067
1057
1068
#: ../../library/asyncio-eventloop.rst:788
1058
1069
msgid "Call the current event loop exception handler."