Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc8dfc1

Browse files
pomerge from 3.10 branch into 3.6
1 parent 99e9bba commit fc8dfc1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

howto/clinic.po

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

23542354
#: ../../howto/clinic.rst:1636
23552355
msgid "The #ifdef trick"
2356-
msgstr ""
2356+
msgstr "O truque de #ifdef"
23572357

23582358
#: ../../howto/clinic.rst:1638
23592359
msgid ""

howto/urllib2.po

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

301301
#: ../../howto/urllib2.rst:232
302302
msgid "HTTPError"
303-
msgstr ""
303+
msgstr "HTTPError"
304304

305305
#: ../../howto/urllib2.rst:234
306306
msgid ""

library/itertools.po

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

474478
#: ../../library/itertools.rst:171
475479
msgid ""
476480
"Alternate constructor for :func:`chain`. Gets chained inputs from a single "
477481
"iterable argument that is evaluated lazily. Roughly equivalent to::"
478482
msgstr ""
483+
"Construtor alternativo para :func:`chain`. Obtém entradas encadeadas a "
484+
"partir de um único argumento iterável que avaliado preguiçosamente. "
485+
"Aproximadamente equivalente a::"
479486

480487
#: ../../library/itertools.rst:183
481488
msgid "Return *r* length subsequences of elements from the input *iterable*."
482489
msgstr ""
490+
"Devolve subsequências de elementos com comprimento *r* a partir da entrada "
491+
"*iterável*"
483492

484493
#: ../../library/itertools.rst:185 ../../library/itertools.rst:234
485494
msgid ""
@@ -494,6 +503,9 @@ msgid ""
494503
"So if the input elements are unique, there will be no repeat values in each "
495504
"combination."
496505
msgstr ""
506+
"Os elementos são tratados como únicos baseado em suas posições, não em seus "
507+
"valores. Portanto se os elementos de entrada são únicos, não haverá "
508+
"repetição de valores nas sucessivas combinações."
497509

498510
#: ../../library/itertools.rst:215
499511
msgid ""

0 commit comments

Comments
 (0)