@@ -2299,6 +2299,8 @@ msgstr ""
2299
2299
#: ../../faq/programming.rst:1667
2300
2300
msgid "My class defines __del__ but it is not called when I delete the object."
2301
2301
msgstr ""
2302
+ "Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2303
+ "objeto."
2302
2304
2303
2305
#: ../../faq/programming.rst:1669
2304
2306
msgid "There are several possible reasons for this."
@@ -2385,6 +2387,7 @@ msgstr ""
2385
2387
#: ../../faq/programming.rst:1745
2386
2388
msgid "When can I rely on identity tests with the *is* operator?"
2387
2389
msgstr ""
2390
+ "Quando eu posso depender dos testes de identidade com o operador *is*? "
2388
2391
2389
2392
#: ../../faq/programming.rst:1747
2390
2393
msgid ""
@@ -2438,6 +2441,8 @@ msgstr ""
2438
2441
#: ../../faq/programming.rst:1787
2439
2442
msgid "Likewise, new instances of mutable containers are never identical::"
2440
2443
msgstr ""
2444
+ "Do mesmo jeito, novas instâncias de contêineres mutáveis nunca são "
2445
+ "idênticas:: "
2441
2446
2442
2447
#: ../../faq/programming.rst:1794
2443
2448
msgid ""
@@ -2580,7 +2585,7 @@ msgstr "bar.py::"
2580
2585
2581
2586
#: ../../faq/programming.rst:1916
2582
2587
msgid "The problem is that the interpreter will perform the following steps:"
2583
- msgstr ""
2588
+ msgstr "O problema é que o interpretador vai realizar os seguintes passos: "
2584
2589
2585
2590
#: ../../faq/programming.rst:1918
2586
2591
msgid "main imports foo"
@@ -2659,12 +2664,15 @@ msgstr "Declaração ``import``"
2659
2664
msgid ""
2660
2665
"active code (including globals that are initialized from imported values)."
2661
2666
msgstr ""
2667
+ "código ativo (incluindo globais que são inicializadas de valores importados)"
2662
2668
2663
2669
#: ../../faq/programming.rst:1947
2664
2670
msgid ""
2665
2671
"van Rossum doesn't like this approach much because the imports appear in a "
2666
2672
"strange place, but it does work."
2667
2673
msgstr ""
2674
+ "van Rossum não gosta muito dessa abordagem porque as importações aparecem em "
2675
+ "lugares estranhos, mas funciona."
2668
2676
2669
2677
#: ../../faq/programming.rst:1950
2670
2678
msgid ""
@@ -2674,7 +2682,7 @@ msgstr ""
2674
2682
2675
2683
#: ../../faq/programming.rst:1953
2676
2684
msgid "These solutions are not mutually exclusive."
2677
- msgstr ""
2685
+ msgstr "Essas soluções não são mutualmente exclusivas. "
2678
2686
2679
2687
#: ../../faq/programming.rst:1957
2680
2688
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2691,6 +2699,8 @@ msgid ""
2691
2699
"When I edit an imported module and reimport it, the changes don't show up. "
2692
2700
"Why does this happen?"
2693
2701
msgstr ""
2702
+ "Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem. "
2703
+ "Por que isso acontece?"
2694
2704
2695
2705
#: ../../faq/programming.rst:1968
2696
2706
msgid ""
@@ -2706,6 +2716,8 @@ msgid ""
2706
2716
"Warning: this technique is not 100% fool-proof. In particular, modules "
2707
2717
"containing statements like ::"
2708
2718
msgstr ""
2719
+ "Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2720
+ "contendo instruções como ::"
2709
2721
2710
2722
#: ../../faq/programming.rst:1983
2711
2723
msgid ""
@@ -2720,3 +2732,5 @@ msgid ""
2720
2732
"The nature of the problem is made clear if you print out the \" identity\" of "
2721
2733
"the class objects::"
2722
2734
msgstr ""
2735
+ "A natureza do problema fica clara se você exibir a \" identidade\" da classe "
2736
+ "objetos:: "
0 commit comments