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