File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,6 +192,9 @@ msgid ""
192192"features and options. By default, these flags are controlled by "
193193":ref:`command line options <using-on-interface-options>`."
194194msgstr ""
195+ "Python tem variáveis para a configuração global a fim de controlar "
196+ "diferentes características e opções. Por padrão, estes sinalizadores são "
197+ "controlados por :ref:`opções de linha de comando "
195198
196199#: ../../c-api/init.rst:78
197200msgid ""
@@ -200,6 +203,10 @@ msgid ""
200203":c:data:`Py_BytesWarningFlag` to 1 and ``-bb`` sets "
201204":c:data:`Py_BytesWarningFlag` to 2."
202205msgstr ""
206+ "Quando um sinalizador é definido por uma opção, o valor do sinalizador é o "
207+ "número de vezes que a opção foi definida. Por exemplo,``-b``define "
208+ ":c:data:`Py_BytesWarningFlag` para 1 e ``-bb`` define "
209+ ":c:data:`Py_BytesWarningFlag` para 2."
203210
204211#: ../../c-api/init.rst:84
205212msgid ""
You can’t perform that action at this time.
0 commit comments