@@ -2282,6 +2282,8 @@ msgstr ""
2282
2282
msgid ""
2283
2283
"My class defines __del__ but it is not called when I delete the object."
2284
2284
msgstr ""
2285
+ "Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2286
+ "objeto."
2285
2287
2286
2288
#: ../../faq/programming.rst:1622
2287
2289
msgid "There are several possible reasons for this."
@@ -2472,7 +2474,7 @@ msgstr "bar.py::"
2472
2474
2473
2475
#: ../../faq/programming.rst:1782
2474
2476
msgid "The problem is that the interpreter will perform the following steps:"
2475
- msgstr ""
2477
+ msgstr "O problema é que o interpretador vai realizar os seguintes passos: "
2476
2478
2477
2479
#: ../../faq/programming.rst:1784
2478
2480
msgid "main imports foo"
@@ -2551,12 +2553,15 @@ msgstr "Declaração ``import``"
2551
2553
msgid ""
2552
2554
"active code (including globals that are initialized from imported values)."
2553
2555
msgstr ""
2556
+ "código ativo (incluindo globais que são inicializadas de valores importados)"
2554
2557
2555
2558
#: ../../faq/programming.rst:1813
2556
2559
msgid ""
2557
2560
"van Rossum doesn't like this approach much because the imports appear in a "
2558
2561
"strange place, but it does work."
2559
2562
msgstr ""
2563
+ "van Rossum não gosta muito dessa abordagem porque as importações aparecem em"
2564
+ " lugares estranhos, mas funciona."
2560
2565
2561
2566
#: ../../faq/programming.rst:1816
2562
2567
msgid ""
@@ -2566,7 +2571,7 @@ msgstr ""
2566
2571
2567
2572
#: ../../faq/programming.rst:1819
2568
2573
msgid "These solutions are not mutually exclusive."
2569
- msgstr ""
2574
+ msgstr "Essas soluções não são mutualmente exclusivas. "
2570
2575
2571
2576
#: ../../faq/programming.rst:1823
2572
2577
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2583,6 +2588,8 @@ msgid ""
2583
2588
"When I edit an imported module and reimport it, the changes don't show up. "
2584
2589
"Why does this happen?"
2585
2590
msgstr ""
2591
+ "Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem."
2592
+ " Por que isso acontece?"
2586
2593
2587
2594
#: ../../faq/programming.rst:1834
2588
2595
msgid ""
@@ -2598,6 +2605,8 @@ msgid ""
2598
2605
"Warning: this technique is not 100% fool-proof. In particular, modules "
2599
2606
"containing statements like ::"
2600
2607
msgstr ""
2608
+ "Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2609
+ "contendo instruções como ::"
2601
2610
2602
2611
#: ../../faq/programming.rst:1849
2603
2612
msgid ""
0 commit comments