@@ -2318,6 +2318,8 @@ msgstr ""
2318
2318
msgid ""
2319
2319
"My class defines __del__ but it is not called when I delete the object."
2320
2320
msgstr ""
2321
+ "Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2322
+ "objeto."
2321
2323
2322
2324
#: ../../faq/programming.rst:1657
2323
2325
msgid "There are several possible reasons for this."
@@ -2508,7 +2510,7 @@ msgstr "bar.py::"
2508
2510
2509
2511
#: ../../faq/programming.rst:1817
2510
2512
msgid "The problem is that the interpreter will perform the following steps:"
2511
- msgstr ""
2513
+ msgstr "O problema é que o interpretador vai realizar os seguintes passos: "
2512
2514
2513
2515
#: ../../faq/programming.rst:1819
2514
2516
msgid "main imports foo"
@@ -2587,12 +2589,15 @@ msgstr "Declaração ``import``"
2587
2589
msgid ""
2588
2590
"active code (including globals that are initialized from imported values)."
2589
2591
msgstr ""
2592
+ "código ativo (incluindo globais que são inicializadas de valores importados)"
2590
2593
2591
2594
#: ../../faq/programming.rst:1848
2592
2595
msgid ""
2593
2596
"van Rossum doesn't like this approach much because the imports appear in a "
2594
2597
"strange place, but it does work."
2595
2598
msgstr ""
2599
+ "van Rossum não gosta muito dessa abordagem porque as importações aparecem em"
2600
+ " lugares estranhos, mas funciona."
2596
2601
2597
2602
#: ../../faq/programming.rst:1851
2598
2603
msgid ""
@@ -2602,7 +2607,7 @@ msgstr ""
2602
2607
2603
2608
#: ../../faq/programming.rst:1854
2604
2609
msgid "These solutions are not mutually exclusive."
2605
- msgstr ""
2610
+ msgstr "Essas soluções não são mutualmente exclusivas. "
2606
2611
2607
2612
#: ../../faq/programming.rst:1858
2608
2613
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2619,6 +2624,8 @@ msgid ""
2619
2624
"When I edit an imported module and reimport it, the changes don't show up. "
2620
2625
"Why does this happen?"
2621
2626
msgstr ""
2627
+ "Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem."
2628
+ " Por que isso acontece?"
2622
2629
2623
2630
#: ../../faq/programming.rst:1869
2624
2631
msgid ""
@@ -2634,6 +2641,8 @@ msgid ""
2634
2641
"Warning: this technique is not 100% fool-proof. In particular, modules "
2635
2642
"containing statements like ::"
2636
2643
msgstr ""
2644
+ "Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2645
+ "contendo instruções como ::"
2637
2646
2638
2647
#: ../../faq/programming.rst:1884
2639
2648
msgid ""
@@ -2648,3 +2657,5 @@ msgid ""
2648
2657
"The nature of the problem is made clear if you print out the \" identity\" of"
2649
2658
" the class objects::"
2650
2659
msgstr ""
2660
+ "A natureza do problema fica clara se você exibir a \" identidade\" da classe "
2661
+ "objetos:: "
0 commit comments