File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ msgstr "只用于识别的字符串。它没有语义。多个线程可以赋予
551551msgid ""
552552"Old getter/setter API for :attr:`~Thread.name`; use it directly as a "
553553"property instead."
554- msgstr "旧的 :attr:`~Thread.name` 取值/设值 API;直接当做特征属性使用它 。"
554+ msgstr "旧的 :attr:`~Thread.name` 取值/设值 API;请改为直接以特征属性方式使用它 。"
555555
556556#: ../../library/threading.rst:358
557557msgid ""
@@ -624,7 +624,7 @@ msgstr "当没有存活的非守护线程时,整个Python程序才会退出。
624624msgid ""
625625"Old getter/setter API for :attr:`~Thread.daemon`; use it directly as a "
626626"property instead."
627- msgstr "旧的 :attr:`~Thread.name ` 取值/设值 API;建议直接当做特征属性使用它 。"
627+ msgstr "旧的 :attr:`~Thread.daemon ` 取值/设值 API;请改为直接以特性属性方式使用它 。"
628628
629629#: ../../library/threading.rst:413
630630msgid "Lock Objects"
Original file line number Diff line number Diff line change @@ -1061,20 +1061,20 @@ msgid ""
10611061"exceptional thing happens (for example, :exc:`MemoryError` should not be "
10621062"mapped to :exc:`URLError`)."
10631063msgstr ""
1064- "若实现了本方法,则会被父类 :class:`OpenerDirector` 调用。应返回一个类文件对象 ,类似于 "
1065- ":class:`OpenerDirector` 的 :meth:`open` 的返回值,或返回“ None” 。触发的异常应为 "
1064+ "若实现了本方法,则会被父类 :class:`OpenerDirector` 调用。应返回一个文件类对象 ,类似于 "
1065+ ":class:`OpenerDirector` 的 :meth:`open` 的返回值,或返回 `` None`` 。触发的异常应为 "
10661066":exc:`~urllib.error.URLError`,除非发生真的异常(比如 :exc:`MemoryError` 就不应变为 "
10671067":exc:`URLError`)。"
10681068
10691069#: ../../library/urllib.request.rst:740
10701070msgid "This method will be called before any protocol-specific open method."
1071- msgstr ""
1071+ msgstr "本方法将会在所有协议的 open 方法之前被调用。 "
10721072
10731073#: ../../library/urllib.request.rst:747
10741074msgid ""
10751075"This method is *not* defined in :class:`BaseHandler`, but subclasses should "
10761076"define it if they want to handle URLs with the given protocol."
1077- msgstr ""
1077+ msgstr "本方法在 :class:`BaseHandler` 中 *未* 予定义,但其子类若要处理给定协议的 URL 则应进行定义。 "
10781078
10791079#: ../../library/urllib.request.rst:750
10801080msgid ""
You can’t perform that action at this time.
0 commit comments