@@ -2356,6 +2356,8 @@ msgstr ""
23562356msgid ""
23572357"My class defines __del__ but it is not called when I delete the object."
23582358msgstr ""
2359+ "Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2360+ "objeto."
23592361
23602362#: ../../faq/programming.rst:1782
23612363msgid "There are several possible reasons for this."
@@ -2540,7 +2542,7 @@ msgstr "bar.py::"
25402542
25412543#: ../../faq/programming.rst:1931
25422544msgid "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
25462548msgid "main imports foo"
@@ -2619,12 +2621,15 @@ msgstr "Declaração ``import``"
26192621msgid ""
26202622"active code (including globals that are initialized from imported values)."
26212623msgstr ""
2624+ "código ativo (incluindo globais que são inicializadas de valores importados)"
26222625
26232626#: ../../faq/programming.rst:1962
26242627msgid ""
26252628"van Rossum doesn't like this approach much because the imports appear in a "
26262629"strange place, but it does work."
26272630msgstr ""
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
26302635msgid ""
@@ -2634,7 +2639,7 @@ msgstr ""
26342639
26352640#: ../../faq/programming.rst:1968
26362641msgid "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
26402645msgid "__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?"
26532658msgstr ""
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
26562663msgid ""
@@ -2666,6 +2673,8 @@ msgid ""
26662673"Warning: this technique is not 100% fool-proof. In particular, modules "
26672674"containing statements like ::"
26682675msgstr ""
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
26712680msgid ""