File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,9 @@ msgid ""
199
199
"features and options. By default, these flags are controlled by "
200
200
":ref:`command line options <using-on-interface-options>`."
201
201
msgstr ""
202
+ "Python tem variáveis para a configuração global a fim de controlar "
203
+ "diferentes características e opções. Por padrão, estes sinalizadores são "
888D
204
+ "controlados por :ref:`opções de linha de comando "
202
205
203
206
#: ../../c-api/init.rst:80
204
207
msgid ""
@@ -207,6 +210,10 @@ msgid ""
207
210
":c:data:`Py_BytesWarningFlag` to 1 and ``-bb`` sets "
208
211
":c:data:`Py_BytesWarningFlag` to 2."
209
212
msgstr ""
213
+ "Quando um sinalizador é definido por uma opção, o valor do sinalizador é o "
214
+ "número de vezes que a opção foi definida. Por exemplo,``-b``define "
215
+ ":c:data:`Py_BytesWarningFlag` para 1 e ``-bb`` define "
216
+ ":c:data:`Py_BytesWarningFlag` para 2."
210
217
211
218
#: ../../c-api/init.rst:86
212
219
msgid ""
You can’t perform that action at this time.
0 commit comments