@@ -2356,6 +2356,8 @@ msgstr ""
2356
2356
msgid ""
2357
2357
"My class defines __del__ but it is not called when I delete the object."
2358
2358
msgstr ""
2359
+ "Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2360
+ "objeto."
2359
2361
2360
2362
#: ../../faq/programming.rst:1782
2361
2363
msgid "There are several possible reasons for this."
@@ -2540,7 +2542,7 @@ msgstr "bar.py::"
2540
2542
2541
2543
#: ../../faq/programming.rst:1931
2542
2544
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: "
2544
2546
2545
2547
#: ../../faq/programming.rst:1933
2546
2548
msgid "main imports foo"
@@ -2619,12 +2621,15 @@ msgstr "Declaração ``import``"
2619
2621
msgid ""
2620
2622
"active code (including globals that are initialized from imported values)."
2621
2623
msgstr ""
2624
+ "código ativo (incluindo globais que são inicializadas de valores importados)"
2622
2625
2623
2626
#: ../../faq/programming.rst:1962
2624
2627
msgid ""
2625
2628
"van Rossum doesn't like this approach much because the imports appear in a "
2626
2629
"strange place, but it does work."
2627
2630
msgstr ""
2631
+ "van Rossum não gosta muito dessa abordagem porque as importações aparecem em"
2632
+ " lugares estranhos, mas funciona."
2628
2633
2629
2634
#: ../../faq/programming.rst:1965
2630
2635
msgid ""
@@ -2634,7 +2639,7 @@ msgstr ""
2634
2639
2635
2640
#: ../../faq/programming.rst:1968
2636
2641
msgid "These solutions are not mutually exclusive."
2637
- msgstr ""
2642
+ msgstr "Essas soluções não são mutualmente exclusivas. "
2638
2643
2639
2644
#: ../../faq/programming.rst:1972
2640
2645
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2651,6 +2656,8 @@ msgid ""
2651
2656
"When I edit an imported module and reimport it, the changes don't show up. "
2652
2657
"Why does this happen?"
2653
2658
msgstr ""
2659
+ "Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem."
2660
+ " Por que isso acontece?"
2654
2661
2655
2662
#: ../../faq/programming.rst:1983
2656
2663
msgid ""
@@ -2666,6 +2673,8 @@ msgid ""
2666
2673
"Warning: this technique is not 100% fool-proof. In particular, modules "
2667
2674
"containing statements like ::"
2668
2675
msgstr ""
2676
+ "Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2677
+ "contendo instruções como ::"
2669
2678
2670
2679
#: ../../faq/programming.rst:1997
2671
2680
msgid ""