@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.12\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2024-03-01 14:13 +0000\n "
20+ "POT-Creation-Date : 2024-03-08 21:29 +0000\n "
2121"PO-Revision-Date : 2021-06-29 13:04+0000\n "
2222"
Last-Translator :
Freesand Leo <[email protected] >, 2024\n "
2323"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -235,41 +235,48 @@ msgid ""
235235"Unix <whatsnew-multiprocessing-no-fork>`. *spawn* and *forkserver* are more"
236236" secure because they avoid sharing data with child processes."
237237msgstr ""
238+ "现在 :mod:`multiprocessing` 具有 :ref:`一个在 Unix 上避免使用 os.fork 的选项 <whatsnew-"
239+ "multiprocessing-no-fork>`。 *spawn* 和 *forkserver* 更为安全因为它们会避免与子进程共享数据。"
238240
239241#: ../../whatsnew/3.4.rst:143
240242msgid ""
241243":mod:`multiprocessing` child processes on Windows no longer inherit all of "
242244"the parent's inheritable handles, only the necessary ones."
243- msgstr ""
245+ msgstr "在 Windows 上 :mod:`multiprocessing` 子进程将不再继承父进程的所有可继承句柄,而仅继承必需的几个。 "
244246
245247#: ../../whatsnew/3.4.rst:145
246248msgid ""
247249"A new :func:`hashlib.pbkdf2_hmac` function provides the `PKCS#5 password-"
248250"based key derivation function 2 <https://en.wikipedia.org/wiki/PBKDF2>`_."
249251msgstr ""
252+ "新增的 :func:`hashlib.pbkdf2_hmac` 函数可提供 `PKCS#5 基于口令的密钥派生函数 2 "
253+ "<https://en.wikipedia.org/wiki/PBKDF2>`_。"
250254
251255#: ../../whatsnew/3.4.rst:148
252256msgid ""
253257":ref:`TLSv1.1 and TLSv1.2 support <whatsnew-tls-11-12>` for :mod:`ssl`."
254- msgstr ""
258+ msgstr "在 :mod:`ssl` 中对于 :ref:`TLSv1.1 和 TLSv1.2 的支持 <whatsnew-tls-11-12>`。 "
255259
256260#: ../../whatsnew/3.4.rst:149
257261msgid ""
258262":ref:`Retrieving certificates from the Windows system cert store support "
259263"<whatsnew34-win-cert-store>` for :mod:`ssl`."
260264msgstr ""
265+ "在 :mod:`ssl` 中对于 :ref:`从 Windows 系统证书库获取证书的支持 <whatsnew34-win-cert-store>`。"
261266
262267#: ../../whatsnew/3.4.rst:151
263268msgid ""
264269":ref:`Server-side SNI (Server Name Indication) support <whatsnew34-sni>` for"
265270" :mod:`ssl`."
266271msgstr ""
272+ "在 :mod:`ssl` 中对于 :ref:`服务端 SNI (Server Name Indication) 的支持 "
273+ "<whatsnew34-sni>`。"
267274
268275#: ../../whatsnew/3.4.rst:153
269276msgid ""
270277"The :class:`ssl.SSLContext` class has a :ref:`lot of improvements "
271278"<whatsnew34-sslcontext>`."
272- msgstr ""
279+ msgstr ":class:`ssl.SSLContext` 类具有 :ref:`大量改进 <whatsnew34-sslcontext>`。 "
273280
274281#: ../../whatsnew/3.4.rst:155
275282msgid ""
@@ -278,28 +285,33 @@ msgid ""
278285"(:func:`ssl.match_hostname`) and CRLs (Certificate Revocation lists, see "
279286":func:`ssl.SSLContext.load_verify_locations`)."
280287msgstr ""
288+ "标准库中所有支持 SSL 的模块现在都支持服务器证书验证,包括主机名匹配 (:func:`ssl.match_hostname`) 和 CRL "
289+ "(Certificate Revocation Lists,参见 "
290+ ":func:`ssl.SSLContext.load_verify_locations`)。"
281291
282292#: ../../whatsnew/3.4.rst:160
283293msgid "CPython implementation improvements:"
284294msgstr "CPython 实现的改进:"
285295
286296#: ../../whatsnew/3.4.rst:162
287297msgid ":ref:`Safe object finalization <whatsnew-pep-442>` (:pep:`442`)."
288- msgstr ""
298+ msgstr ":ref:`安全的对象最终化 <whatsnew-pep-442>` (:pep:`442`)。 "
289299
290300#: ../../whatsnew/3.4.rst:163
291301msgid ""
292302"Leveraging :pep:`442`, in most cases :ref:`module globals are no longer set "
293303"to None during finalization <whatsnew-pep-442>` (:issue:`18214`)."
294304msgstr ""
305+ "通过应用 :pep:`442`,在大多数情况下 :ref:`模块的 globals 在最终化期间将不再被设为 None <whatsnew-"
306+ "pep-442>` (:issue:`18214`)。"
295307
296308#: ../../whatsnew/3.4.rst:165
297309msgid ":ref:`Configurable memory allocators <whatsnew-pep-445>` (:pep:`445`)."
298- msgstr ""
310+ msgstr ":ref:`可配置的内存分配器 <whatsnew-pep-445>` (:pep:`445`)。 "
299311
300312#: ../../whatsnew/3.4.rst:166
301313msgid ":ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`)."
302- msgstr ""
314+ msgstr ":ref:`Argument Clinic <whatsnew-pep-436>` (:pep:`436`)。 "
303315
304316#: ../../whatsnew/3.4.rst:168
305317msgid ""
@@ -314,11 +326,11 @@ msgstr "新的特性"
314326
315327#: ../../whatsnew/3.4.rst:180
316328msgid "PEP 453: Explicit Bootstrapping of PIP in Python Installations"
317- msgstr ""
329+ msgstr "PEP 453: 在 Python 安装版中对 PIP 的显式初始配置 "
318330
319331#: ../../whatsnew/3.4.rst:183
320332msgid "Bootstrapping pip By Default"
321- msgstr ""
333+ msgstr "默认对 pip 进行初始配置 "
322334
323335#: ../../whatsnew/3.4.rst:185
324336msgid ""
0 commit comments