File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1710,6 +1710,9 @@ msgid ""
17101710":meth:`info` method of the object returned by :func:`urlopen` returned (for "
17111711"a remote object). Exceptions are the same as for :func:`urlopen`."
17121712msgstr ""
1713+ "将 URL 形式的网络对象复制为本地文件。如果 URL 指向本地文件,则必须提供文件名才会执行复制。返回值为元组 ``(filename, "
1714+ "headers)`` ,其中 *filename* 是保存网络对象的本地文件名, *headers* 是由 :func:`urlopen` "
1715+ "返回的远程对象 :meth:`info` 方法的调用结果。可能触发的异常与 :func:`urlopen` 相同。"
17131716
17141717#: ../../library/urllib.request.rst:1367
17151718msgid ""
Original file line number Diff line number Diff line change @@ -1807,7 +1807,7 @@ msgid ""
18071807"path is used instead of the path to the main executable when deducing the "
18081808"home location."
18091809msgstr ""
1810- "如果``home`` 是一个绝对路径,并且 :envvar:`PYTHONHOME` 未设置,则在推断起始位置时使用此路径而不是主可执行文件的路径"
1810+ "如果 ``home`` 是一个绝对路径,并且 :envvar:`PYTHONHOME` 未设置,则在推断起始位置时使用此路径而不是主可执行文件的路径。 "
18111811
18121812#: ../../using/windows.rst:1021
18131813msgid "The end result of all this is:"
@@ -1883,8 +1883,8 @@ msgid ""
18831883"directory. (Note that it will not be detected inside a ZIP file, but a "
18841884"correctly named ZIP file will be detected instead.)"
18851885msgstr ""
1886- "如果您不能使用前面的建议(例如,您是一个允许人们直接运行: file:`python.exe`的分发版),请确保安装目录中存在landmark "
1887- "文件( :file:`Lib\\\\ os.py`)。 (请注意,在zip文件中不会检测到该文件,但会检测到正确命名的zip文件 。)"
1886+ "如果您不能使用前面的建议(例如,您是一个允许人们直接运行 : file:`python.exe` 的分发版),请确保安装目录中存在 landmark 文件 "
1887+ " ( :file:`Lib\\\\ os.py`)。 (请注意,在 ZIP 文件中不会检测到该文件,但会检测到正确命名的 ZIP 文件 。)"
18881888
18891889#: ../../using/windows.rst:1057
18901890msgid ""
You can’t perform that action at this time.
0 commit comments