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