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

Skip to content

Commit 11fd401

Browse files
author
github-actions
committed
Merge 3.10 into 3.8
1 parent 331e359 commit 11fd401

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

faq/programming.po

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,6 +2316,8 @@ msgstr ""
23162316
#: ../../faq/programming.rst:1648
23172317
msgid "My class defines __del__ but it is not called when I delete the object."
23182318
msgstr ""
2319+
"Minhas classe define __del__ mas o mesmo não é chamado quando eu deleto o "
2320+
"objeto."
23192321

23202322
#: ../../faq/programming.rst:1650
23212323
msgid "There are several possible reasons for this."
@@ -2505,7 +2507,7 @@ msgstr "bar.py::"
25052507

25062508
#: ../../faq/programming.rst:1810
25072509
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:"
25092511

25102512
#: ../../faq/programming.rst:1812
25112513
msgid "main imports foo"
@@ -2584,12 +2586,15 @@ msgstr "Declaração ``import``"
25842586
msgid ""
25852587
"active code (including globals that are initialized from imported values)."
25862588
msgstr ""
2589+
"código ativo (incluindo globais que são inicializadas de valores importados)"
25872590

25882591
#: ../../faq/programming.rst:1841
25892592
msgid ""
25902593
"van Rossum doesn't like this approach much because the imports appear in a "
25912594
"strange place, but it does work."
25922595
msgstr ""
2596+
"van Rossum não gosta muito dessa abordagem porque as importações aparecem em "
2597+
"lugares estranhos, mas funciona."
25932598

25942599
#: ../../faq/programming.rst:1844
25952600
msgid ""
@@ -2599,7 +2604,7 @@ msgstr ""
25992604

26002605
#: ../../faq/programming.rst:1847
26012606
msgid "These solutions are not mutually exclusive."
2602-
msgstr ""
2607+
msgstr "Essas soluções não são mutualmente exclusivas."
26032608

26042609
#: ../../faq/programming.rst:1851
26052610
msgid "__import__('x.y.z') returns <module 'x'>; how do I get z?"
@@ -2616,6 +2621,8 @@ msgid ""
26162621
"When I edit an imported module and reimport it, the changes don't show up. "
26172622
"Why does this happen?"
26182623
msgstr ""
2624+
"Quando eu edito um módulo importado e o reimporto, as mudanças não aparecem. "
2625+
"Por que isso acontece?"
26192626

26202627
#: ../../faq/programming.rst:1862
26212628
msgid ""
@@ -2631,6 +2638,8 @@ msgid ""
26312638
"Warning: this technique is not 100% fool-proof. In particular, modules "
26322639
"containing statements like ::"
26332640
msgstr ""
2641+
"Aviso: essa técnica não é 100% a prova de falhas. Em particular, módulos "
2642+
"contendo instruções como ::"
26342643

26352644
#: ../../faq/programming.rst:1877
26362645
msgid ""
@@ -2645,3 +2654,5 @@ msgid ""
26452654
"The nature of the problem is made clear if you print out the \"identity\" of "
26462655
"the class objects::"
26472656
msgstr ""
2657+
"A natureza do problema fica clara se você exibir a \"identidade\" da classe "
2658+
"objetos:: "

0 commit comments

Comments
 (0)