File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -355,13 +355,13 @@ msgid ""
355
355
"when it comes to designing new language features. We'll start using this "
356
356
"flexibility in Python 3.10 and later."
357
357
msgstr ""
358
- "O Python 3.9 usa um novo analisador, baseado em `GASE <https://pt.wikipedia ."
359
- "org/wiki/Gram%C3%A1tica_de_an%C3%A1lise_sint%C3%A1tica_de_express%C3%A3o >`_ "
360
- "em vez de `LL(1) <https://pt.wikipedia.org/wiki/"
361
- "Analisador_sint%C3%A1tico_LL>`_. O desempenho do novo analisador é "
362
- "aproximadamente comparável ao do analisador antigo, mas o formalismo do GASE "
363
- "é mais flexível que do LL(1) quando se trata de projetar novos recursos de "
364
- "linguagem. Começaremos a usar essa flexibilidade no Python 3.10 e posterior."
358
+ "O Python 3.9 usa um novo analisador sintático , baseado em `GASE <https://pt."
359
+ "wikipedia. org/wiki/Gramática_de_análise_sintática_de_expressão >`_ em vez de "
360
+ "`LL(1) <https://pt.wikipedia.org/wiki/Analisador_sintático_LL>`_. O "
361
+ "desempenho do novo analisador sintático é aproximadamente comparável ao do "
362
+ "analisador sintático antigo, mas o formalismo do GASE é mais flexível que do "
363
+ "LL(1) quando se trata de projetar novos recursos de linguagem. Começaremos a "
364
+ "usar essa flexibilidade no Python 3.10 e posterior."
365
365
366
366
#: ../../whatsnew/3.9.rst:202
367
367
msgid ""
You can’t perform that action at this time.
0 commit comments