@@ -476,15 +476,15 @@ msgstr ""
476476msgid ""
477477"Force the stdout and stderr streams to be unbuffered. This option has no "
478478"effect on the stdin stream."
479- msgstr ""
479+ msgstr "强制 stdout 和 stderr 流不使用缓冲。 此选项对 stdin 流无影响。 "
480480
481481#: ../../using/cmdline.rst:342
482482msgid "See also :envvar:`PYTHONUNBUFFERED`."
483- msgstr ""
483+ msgstr "另请参阅 :envvar:`PYTHONUNBUFFERED`。 "
484484
485485#: ../../using/cmdline.rst:344
486486msgid "The text layer of the stdout and stderr streams now is unbuffered."
487- msgstr ""
487+ msgstr "stdout 和 stderr 流在文本层现在不使用缓冲。 "
488488
489489#: ../../using/cmdline.rst:350
490490msgid ""
@@ -494,19 +494,22 @@ msgid ""
494494"searching for a module. Also provides information on module cleanup at "
495495"exit. See also :envvar:`PYTHONVERBOSE`."
496496msgstr ""
497+ "每当一个模块被初始化时打印一条信息,显示其加载位置(文件名或内置模块)。 当重复给出时 "
498+ "(:option:`!-vv`),为搜索模块时所检查的每个文件都打印一条消息。 此外还提供退出时有关模块清理的信息A。 另请参阅 "
499+ ":envvar:`PYTHONVERBOSE`。"
497500
498501#: ../../using/cmdline.rst:360
499502msgid ""
500503"Warning control. Python's warning machinery by default prints warning "
501504"messages to :data:`sys.stderr`. A typical warning message has the following"
502505" form:"
503- msgstr ""
506+ msgstr "警告控制。 Python 的警告机制在默认情况下会向 :data:`sys.stderr` 打印警告消息。 典型的警告消息具有如下形式: "
504507
505508#: ../../using/cmdline.rst:368
506509msgid ""
507510"By default, each warning is printed once for each source line where it "
508511"occurs. This option controls how often warnings are printed."
509- msgstr ""
512+ msgstr "默认情况下,每个警告都对于其发生所在的每个源行都会打印一次。 此选项可控制警告打印的频繁程度。 "
510513
511514#: ../../using/cmdline.rst:371
512515msgid ""
@@ -515,13 +518,17 @@ msgid ""
515518":option:`-W` options are ignored (though, a warning message is printed about"
516519" invalid options when the first warning is issued)."
517520msgstr ""
521+ "可以给出多个 :option:`-W` 选项;当某个警告能与多个选项匹配时,将执行最后一个匹配选项的操作。 无效的 :option:`-W` "
522+ "选项将被忽略(但是,在发出第一个警告时会打印有关无效选项的警告消息)。"
518523
519524#: ../../using/cmdline.rst:376
520525msgid ""
521526"Warnings can also be controlled using the :envvar:`PYTHONWARNINGS` "
522527"environment variable and from within a Python program using the "
523528":mod:`warnings` module."
524529msgstr ""
530+ "警告也可以使用 :envvar:`PYTHONWARNINGS` 环境变量以及使用 :mod:`warnings` 模块在 Python "
531+ "程序内部进行控制。"
525532
526533#: ../../using/cmdline.rst:380 ../../using/cmdline.rst:662
527534msgid ""
0 commit comments