@@ -2839,6 +2839,8 @@ msgid ""
2839
2839
"``'mbcs'``) and the ``'surrogateescape'`` error handler on all operating "
2840
2840
"systems."
2841
2841
msgstr ""
2842
+ "默认情况下,:mod:`tarfile` 在 Windows 上使用 ``'utf-8'`` 编码格式 (而不是 ``'mbcs'``) "
2843
+ "并在所有操作系统上使用 ``'surrogateescape'`` 错误处理器。"
2842
2844
2843
2845
#: ../../whatsnew/3.2.rst:2457
2844
2846
msgid "Documentation"
@@ -2955,6 +2957,9 @@ msgid ""
2955
2957
"<https://www.mercurial-scm.org/wiki/QuickStart>`_ or the `Guide to Mercurial"
2956
2958
" Workflows <https://www.mercurial-scm.org/guide>`_."
2957
2959
msgstr ""
2960
+ "要学习使用新的版本控制系统,请参阅 `Quick Start <https://www.mercurial-"
2961
+ "scm.org/wiki/QuickStart>`_ 或 `Guide to Mercurial Workflows "
2962
+ "<https://www.mercurial-scm.org/guide>`_。"
2958
2963
2959
2964
#: ../../whatsnew/3.2.rst:2524
2960
2965
msgid "Build and C API Changes"
@@ -2969,6 +2974,8 @@ msgid ""
2969
2974
"The *idle*, *pydoc* and *2to3* scripts are now installed with a version-"
2970
2975
"specific suffix on ``make altinstall`` (:issue:`10679`)."
2971
2976
msgstr ""
2977
+ "现在 *idle*, *pydoc* 和 *2to3* 脚本的安装将在 ``make altinstall`` 中附带特定版本的后缀 "
2978
+ "(:issue:`10679`)。"
2972
2979
2973
2980
#: ../../whatsnew/3.2.rst:2531
2974
2981
msgid ""
@@ -3294,6 +3301,8 @@ msgid ""
3294
3301
":mod:`http.client`. Such support is still present on the server side (in "
3295
3302
":mod:`http.server`)."
3296
3303
msgstr ""
3304
+ "对旧式 HTTP 0.9 的支持已从 :mod:`urllib.request` 和 :mod:`http.client` 中移除。 "
3305
+ "此项支持仍然存在于服务器端(在 :mod:`http.server` 中)。"
3297
3306
3298
3307
#: ../../whatsnew/3.2.rst:2722
3299
3308
msgid "(Contributed by Antoine Pitrou, :issue:`10711`.)"
@@ -3304,6 +3313,8 @@ msgid ""
3304
3313
"SSL sockets in timeout mode now raise :exc:`socket.timeout` when a timeout "
3305
3314
"occurs, rather than a generic :exc:`~ssl.SSLError`."
3306
3315
msgstr ""
3316
+ "超时模式下的 SSL 套接字现在如发生超时则会引发 :exc:`socket.timeout`,而不是一般性的 "
3317
+ ":exc:`~ssl.SSLError`。"
3307
3318
3308
3319
#: ../../whatsnew/3.2.rst:2727
3309
3320
msgid "(Contributed by Antoine Pitrou, :issue:`10272`.)"