File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4078,13 +4078,20 @@ msgid ""
40784078"Accordingly, the bytes type has an additional class method to read data in "
40794079"that format:"
40804080msgstr ""
4081+ "Como 2 dígitos hexadecimais correspondem precisamente a apenas um byte, "
4082+ "números hexadecimais são um formato comumente usado para descrever dados "
4083+ "binários. Portanto, o tipo bytes tem um método de classe adicional para ler "
4084+ "dados nesse formato:"
40814085
40824086#: ../../library/stdtypes.rst:2390
40834087msgid ""
40844088"This :class:`bytes` class method returns a bytes object, decoding the given "
40854089"string object. The string must contain two hexadecimal digits per byte, "
40864090"with ASCII whitespace being ignored."
40874091msgstr ""
4092+ "Este método de classe da classe :class:`bytes` retorna um objeto bytes, "
4093+ "decodificando o objeto string fornecido. A string deve conter dois dígitos "
4094+ "hexadecimais por byte, com espaço em branco ASCII sendo ignorado."
40884095
40894096#: ../../library/stdtypes.rst:2397
40904097msgid ""
You can’t perform that action at this time.
0 commit comments