Skip to content

Commit 408c139

Browse files
pomerge from 3.8 branch into 3.7
1 parent 0bc4a01 commit 408c139

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

library/constants.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ msgstr "Constantes Built-in"
3030
#: ../../library/constants.rst:6
3131
msgid "A small number of constants live in the built-in namespace. They are:"
3232
msgstr ""
33+
"Um pequeno número de constantes são definidas no espaço de nomes embutido da "
34+
"linguagem. São elas:"
3335

3436
#: ../../library/constants.rst:10
3537
msgid ""

library/stdtypes.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6096,6 +6096,10 @@ msgid ""
60966096
"arguments are specified, the dictionary is then updated with those key/value "
60976097
"pairs: ``d.update(red=1, blue=2)``."
60986098
msgstr ""
6099+
":meth:`update` aceita ou outro objeto dicionário, ou um iterável de pares de "
6100+
"chave/valor (como tuplas ou outros iteráveis de comprimento dois). Se "
6101+
"argumentos nomeados são especificados, o dicionário é então atualizado com "
6102+
"esses pares de chave/valor: ``d.update(red=1, blue=2)``."
60996103

61006104
#: ../../library/stdtypes.rst:4273
61016105
msgid ""
@@ -6116,6 +6120,9 @@ msgid ""
61166120
"value)`` pairs (regardless of ordering). Order comparisons ('<', '<=', '>=', "
61176121
"'>') raise :exc:`TypeError`."
61186122
msgstr ""
6123+
"Dicionários são iguais se e somente se eles os mesmos pares ``(key, value)`` "
6124+
"(independente de ordem). Comparações de ordem ('<', '<=', '>=', '>') "
6125+
"levantam :exc:`TypeError`."
61196126

61206127
#: ../../library/stdtypes.rst:4288
61216128
msgid ""

0 commit comments

Comments
 (0)