@@ -2351,6 +2351,8 @@ msgstr ""
2351
2351
#: ../../faq/programming.rst:1780
2352
2352
msgid "My class defines __del__ but it is not called when I delete the object."
2353
2353
msgstr ""
2354
+ "Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2355
+ "objeto."
2354
2356
2355
2357
#: ../../faq/programming.rst:1782
2356
2358
msgid "There are several possible reasons for this."
@@ -2535,7 +2537,7 @@ msgstr "bar.py::"
2535
2537
2536
2538
#: ../../faq/programming.rst:1931
2537
2539
msgid "The problem is that the interpreter will perform the following steps:"
2538
- msgstr ""
2540
+ msgstr "O problema é que o interpretador vai realizar os seguintes passos: "
2539
2541
2540
2542
#: ../../faq/programming.rst:1933
2541
2543
msgid "main imports foo"
@@ -2614,12 +2616,15 @@ msgstr "Declaração ``import``"
2614
2616
msgid ""
2615
2617
"active code (including globals that are initialized from imported values)."
2616
2618
msgstr ""
2619
+ "código ativo (incluindo globais que são inicializadas de valores importados)"
2617
2620
2618
2621
#: ../../faq/programming.rst:1962
2619
2622
msgid ""
2620
2623
"van Rossum doesn't like this approach much because the imports appear in a "
2621
2624
"strange place, but it does work."
2622
2625
msgstr ""
2626
+ "van Rossum não gosta muito dessa abordagem porque as importações aparecem em "
2627
+ "lugares estranhos, mas funciona."
2623
2628
2624
2629
#: ../../faq/programming.rst:1965
2625
2630
msgid ""
@@ -2629,7 +2634,7 @@ msgstr ""
2629
2634
2630
2635
#: ../../faq/programming.rst:1968
2631
2636
msgid "These solutions are not mutually exclusive."
2632
- msgstr ""
2637
+ msgstr "Essas soluções não são mutualmente exclusivas. "
2633
2638
2634
2639
#: ../../faq/programming.rst:1972
2635
2640
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2646,6 +2651,8 @@ msgid ""
2646
2651
"When I edit an imported module and reimport it, the changes don't show up. "
2647
2652
"Why does this happen?"
2648
2653
msgstr ""
2654
+ "Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem. "
2655
+ "Por que isso acontece?"
2649
2656
2650
2657
#: ../../faq/programming.rst:1983
2651
2658
msgid ""
@@ -2661,6 +2668,8 @@ msgid ""
2661
2668
"Warning: this technique is not 100% fool-proof. In particular, modules "
2662
2669
"containing statements like ::"
2663
2670
msgstr ""
2671
+ "Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2672
+ "contendo instruções como ::"
2664
2673
2665
2674
#: ../../faq/programming.rst:1997
2666
2675
msgid ""