Skip to content

Commit b83c09e

Browse files
pomerge from 3.10 branch into 2.7
1 parent 22cf2fc commit b83c09e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

howto/urllib2.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ msgstr ""
251251

252252
#: ../../howto/urllib2.rst:213
253253
msgid "HTTPError"
254-
msgstr ""
254+
msgstr "HTTPError"
255255

256256
#: ../../howto/urllib2.rst:215
257257
msgid ""

library/itertools.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,16 +415,25 @@ msgid ""
415415
"are exhausted. Used for treating consecutive sequences as a single "
416416
"sequence. Roughly equivalent to::"
417417
msgstr ""
418+
"Cria um iterador que devolve elementos do primeiro iterável até o "
419+
"esgotamento, então continua com o próximo iterável, até que todos os "
420+
"iteráveis sejam esgotados. Usando para tratar sequências consecutivas como "
421+
"uma única sequencia. aproximadamente equivalente a::"
418422

419423
#: ../../library/itertools.rst:108
420424
msgid ""
421425
"Alternate constructor for :func:`chain`. Gets chained inputs from a single "
422426
"iterable argument that is evaluated lazily. Roughly equivalent to::"
423427
msgstr ""
428+
"Construtor alternativo para :func:`chain`. Obtém entradas encadeadas a "
429+
"partir de um único argumento iterável que avaliado preguiçosamente. "
430+
"Aproximadamente equivalente a::"
424431

425432
#: ../../library/itertools.rst:122
426433
msgid "Return *r* length subsequences of elements from the input *iterable*."
427434
msgstr ""
435+
"Devolve subsequências de elementos com comprimento *r* a partir da entrada "
436+
"*iterável*"
428437

429438
#: ../../library/itertools.rst:124 ../../library/itertools.rst:175
430439
msgid ""
@@ -439,6 +448,9 @@ msgid ""
439448
"So if the input elements are unique, there will be no repeat values in each "
440449
"combination."
441450
msgstr ""
451+
"Os elementos são tratados como únicos baseado em suas posições, não em seus "
452+
"valores. Portanto se os elementos de entrada são únicos, não haverá "
453+
"repetição de valores nas sucessivas combinações."
442454

443455
#: ../../library/itertools.rst:132 ../../library/itertools.rst:183
444456
#: ../../library/itertools.rst:514

0 commit comments

Comments
 (0)