Skip to content

Commit 76fcb0e

Browse files
pomerge from 3.10 branch into 2.7
1 parent ccb6ca8 commit 76fcb0e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

faq/programming.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,6 +2356,8 @@ msgstr ""
23562356
msgid ""
23572357
"My class defines __del__ but it is not called when I delete the object."
23582358
msgstr ""
2359+
"Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2360+
"objeto."
23592361

23602362
#: ../../faq/programming.rst:1782
23612363
msgid "There are several possible reasons for this."
@@ -2540,7 +2542,7 @@ msgstr "bar.py::"
25402542

25412543
#: ../../faq/programming.rst:1931
25422544
msgid "The problem is that the interpreter will perform the following steps:"
2543-
msgstr ""
2545+
msgstr "O problema é que o interpretador vai realizar os seguintes passos:"
25442546

25452547
#: ../../faq/programming.rst:1933
25462548
msgid "main imports foo"
@@ -2619,12 +2621,15 @@ msgstr "Declaração ``import``"
26192621
msgid ""
26202622
"active code (including globals that are initialized from imported values)."
26212623
msgstr ""
2624+
"código ativo (incluindo globais que são inicializadas de valores importados)"
26222625

26232626
#: ../../faq/programming.rst:1962
26242627
msgid ""
26252628
"van Rossum doesn't like this approach much because the imports appear in a "
26262629
"strange place, but it does work."
26272630
msgstr ""
2631+
"van Rossum não gosta muito dessa abordagem porque as importações aparecem em"
2632+
" lugares estranhos, mas funciona."
26282633

26292634
#: ../../faq/programming.rst:1965
26302635
msgid ""
@@ -2634,7 +2639,7 @@ msgstr ""
26342639

26352640
#: ../../faq/programming.rst:1968
26362641
msgid "These solutions are not mutually exclusive."
2637-
msgstr ""
2642+
msgstr "Essas soluções não são mutualmente exclusivas."
26382643

26392644
#: ../../faq/programming.rst:1972
26402645
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2651,6 +2656,8 @@ msgid ""
26512656
"When I edit an imported module and reimport it, the changes don't show up. "
26522657
"Why does this happen?"
26532658
msgstr ""
2659+
"Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem."
2660+
" Por que isso acontece?"
26542661

26552662
#: ../../faq/programming.rst:1983
26562663
msgid ""
@@ -2666,6 +2673,8 @@ msgid ""
26662673
"Warning: this technique is not 100% fool-proof. In particular, modules "
26672674
"containing statements like ::"
26682675
msgstr ""
2676+
"Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2677+
"contendo instruções como ::"
26692678

26702679
#: ../../faq/programming.rst:1997
26712680
msgid ""

0 commit comments

Comments
 (0)