Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaa1442

Browse files
author
github-actions
committed
Merge 3.10 into 3.6
1 parent 4f38c8f commit aaa1442

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

faq/programming.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,8 @@ msgstr ""
22792279
#: ../../faq/programming.rst:1620
22802280
msgid "My class defines __del__ but it is not called when I delete the object."
22812281
msgstr ""
2282+
"Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2283+
"objeto."
22822284

22832285
#: ../../faq/programming.rst:1622
22842286
msgid "There are several possible reasons for this."
@@ -2468,7 +2470,7 @@ msgstr "bar.py::"
24682470

24692471
#: ../../faq/programming.rst:1782
24702472
msgid "The problem is that the interpreter will perform the following steps:"
2471-
msgstr ""
2473+
msgstr "O problema é que o interpretador vai realizar os seguintes passos:"
24722474

24732475
#: ../../faq/programming.rst:1784
24742476
msgid "main imports foo"
@@ -2547,12 +2549,15 @@ msgstr "Declaração ``import``"
25472549
msgid ""
25482550
"active code (including globals that are initialized from imported values)."
25492551
msgstr ""
2552+
"código ativo (incluindo globais que são inicializadas de valores importados)"
25502553

25512554
#: ../../faq/programming.rst:1813
25522555
msgid ""
25532556
"van Rossum doesn't like this approach much because the imports appear in a "
25542557
"strange place, but it does work."
25552558
msgstr ""
2559+
"van Rossum não gosta muito dessa abordagem porque as importações aparecem em "
2560+
"lugares estranhos, mas funciona."
25562561

25572562
#: ../../faq/programming.rst:1816
25582563
msgid ""
@@ -2562,7 +2567,7 @@ msgstr ""
25622567

25632568
#: ../../faq/programming.rst:1819
25642569
msgid "These solutions are not mutually exclusive."
2565-
msgstr ""
2570+
msgstr "Essas soluções não são mutualmente exclusivas."
25662571

25672572
#: ../../faq/programming.rst:1823
25682573
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2579,6 +2584,8 @@ msgid ""
25792584
"When I edit an imported module and reimport it, the changes don't show up. "
25802585
"Why does this happen?"
25812586
msgstr ""
2587+
"Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem. "
2588+
"Por que isso acontece?"
25822589

25832590
#: ../../faq/programming.rst:1834
25842591
msgid ""
@@ -2594,6 +2601,8 @@ msgid ""
25942601
"Warning: this technique is not 100% fool-proof. In particular, modules "
25952602
"containing statements like ::"
25962603
msgstr ""
2604+
"Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2605+
"contendo instruções como ::"
25972606

25982607
#: ../../faq/programming.rst:1849
25992608
msgid ""

0 commit comments

Comments
 (0)