@@ -1502,19 +1502,22 @@ msgstr ""
15021502msgid "To get an aware :class:`.datetime` object, call :meth:`fromtimestamp`::"
15031503msgstr ""
15041504"Para conseguir um objeto :class:`.datetime` consciente, chame :meth:"
1505- "`fromtiemstamp `::"
1505+ "`fromtimestamp `::"
15061506
15071507#: ../../library/datetime.rst:933
15081508msgid ""
15091509"On the POSIX compliant platforms, it is equivalent to the following "
15101510"expression::"
15111511msgstr ""
1512+ "Nas plataformas compatíveis com POSIX, é equivalente à seguinte expressão::"
15121513
15131514#: ../../library/datetime.rst:938
15141515msgid ""
15151516"except the latter formula always supports the full years range: between :"
15161517"const:`MINYEAR` and :const:`MAXYEAR` inclusive."
15171518msgstr ""
1519+ "com a exceção de que a última fórmula sempre dá suporte ao intervalo "
1520+ "completo de anos: entre :const:`MINYEAR` e :const:`MAXYEAR` inclusive."
15181521
15191522#: ../../library/datetime.rst:943
15201523msgid ""
@@ -1577,24 +1580,29 @@ msgid ""
15771580"time(), d.tzinfo)``. If date is a :class:`.datetime` object, its time "
15781581"components and :attr:`.tzinfo` attributes are ignored."
15791582msgstr ""
1583+ "Para qualquer objeto :class:`.datetime` *d*, ``d == datetime.combine(d."
1584+ "date(), d.time(), d.tzinfo)``. Se date é um objeto :class:`.datetime`, seus "
1585+ "componentes de hora e atributos :attr:`.tzinfo` são ignorados."
15801586
15811587#: ../../library/datetime.rst:978
15821588msgid "Added the *tzinfo* argument."
1583- msgstr ""
1589+ msgstr "Argumento *tzinfo* adicionado. "
15841590
15851591#: ../../library/datetime.rst:984
15861592msgid ""
15871593"Return a :class:`.datetime` corresponding to a *date_string* in one of the "
15881594"formats emitted by :meth:`date.isoformat` and :meth:`datetime.isoformat`."
15891595msgstr ""
1596+ "Retorna um :class:`.datetime` correspondente ao *date_string* em um dos "
1597+ "formatos emitidos pelo :meth:`date.isoformat` e :meth:`datetime.isoformat`."
15901598
15911599#: ../../library/datetime.rst:987
15921600msgid "Specifically, this function supports strings in the format:"
1593- msgstr ""
1601+ msgstr "Especificamente, essa função dá suporte a strings nesse formato: "
15941602
15951603#: ../../library/datetime.rst:993
15961604msgid "where ``*`` can match any single character."
1597- msgstr ""
1605+ msgstr "em que ``*`` pode corresponder a qualquer caractere único. "
15981606
15991607#: ../../library/datetime.rst:997
16001608msgid ""
0 commit comments