@@ -17,7 +17,7 @@ msgid ""
17
17
msgstr ""
18
18
"Project-Id-Version : Python 3.8\n "
19
19
"Report-Msgid-Bugs-To : \n "
20
- "POT-Creation-Date : 2024-02-03 01:01 +0000\n "
20
+ "POT-Creation-Date : 2024-02-09 23:30 +0000\n "
21
21
"PO-Revision-Date : 2020-05-30 12:18+0000\n "
22
22
"Last-Translator : Freesand Leo <yuqinju@163.com>, 2024\n "
23
23
"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -2061,8 +2061,8 @@ msgid ""
2061
2061
"to ``group()``. So ``mo['name']`` is now equivalent to "
2062
2062
"``mo.group('name')``. (Contributed by Eric Smith in :issue:`24454`.)"
2063
2063
msgstr ""
2064
- "匹配对象分组可通过 ``__getitem__`` 来访问,这等价于 ``group()``。 因此 ``mo['name']`` 现在将等价于 "
2065
- "``mo.group('name')``。 (由 Eric Smith 在 :issue:`24454` 中贡献。)"
2064
+ "Match 对象分组可通过 ``__getitem__`` 来访问,这等价于 ``group()``。 因此 ``mo['name']`` 现在将等价于"
2065
+ " ``mo.group('name')``。 (由 Eric Smith 在 :issue:`24454` 中贡献。)"
2066
2066
2067
2067
#: ../../whatsnew/3.6.rst:1356
2068
2068
msgid ""
@@ -2443,13 +2443,13 @@ msgstr "tracemalloc"
2443
2443
msgid ""
2444
2444
"The :mod:`tracemalloc` module now supports tracing memory allocations in "
2445
2445
"multiple different address spaces."
2446
- msgstr ""
2446
+ msgstr ":mod:`tracemalloc` 模块现在支持跟踪在多个不同地址空间中的内存分配情况。 "
2447
2447
2448
2448
#: ../../whatsnew/3.6.rst:1589
2449
2449
msgid ""
2450
2450
"The new :class:`~tracemalloc.DomainFilter` filter class has been added to "
2451
2451
"filter block traces by their address space (domain)."
2452
- msgstr ""
2452
+ msgstr "新增 :class:`~tracemalloc.DomainFilter` 过滤器类用于按地址空间(域)过滤块跟踪信息。 "
2453
2453
2454
2454
#: ../../whatsnew/3.6.rst:1592
2455
2455
msgid "(Contributed by Victor Stinner in :issue:`26588`.)"
@@ -2464,6 +2464,8 @@ msgid ""
2464
2464
"Since the :mod:`typing` module is :term:`provisional <provisional API>`, all"
2465
2465
" changes introduced in Python 3.6 have also been backported to Python 3.5.x."
2466
2466
msgstr ""
2467
+ "由于 :mod:`typing` 模块处于 :term:`暂定状态 <provisional API>`,在 Python 3.6 "
2468
+ "中引入的所有改变都已被反向移植到 Python 3.5.x。"
2467
2469
2468
2470
#: ../../whatsnew/3.6.rst:1604
2469
2471
msgid ""
@@ -2472,20 +2474,28 @@ msgid ""
2472
2474
"annotation. (Contributed by Guido van Rossum in `Github #195 "
2473
2475
"<https://github.com/python/typing/pull/195>`_.)"
2474
2476
msgstr ""
2477
+ ":mod:`typing` 模块对泛型类别名的支持得到大幅改进。 例如 ``Dict[str, Tuple[S, T]]`` 现在将是有效的类型标注。 "
2478
+ "(由 Guido van Rossum 在 `Github #195 中贡献 "
2479
+ "<https://github.com/python/typing/pull/195>`_。)"
2475
2480
2476
2481
#: ../../whatsnew/3.6.rst:1610
2477
2482
msgid ""
2478
2483
"The :class:`typing.ContextManager` class has been added for representing "
2479
2484
":class:`contextlib.AbstractContextManager`. (Contributed by Brett Cannon in "
2480
2485
":issue:`25609`.)"
2481
2486
msgstr ""
2487
+ "增加 :class:`typing.ContextManager` 类用来表示 "
2488
+ ":class:`contextlib.AbstractContextManager`。 (由 Brett Cannon 在 :issue:`25609`"
2489
+ " 中贡献。)"
2482
2490
2483
2491
#: ../../whatsnew/3.6.rst:1614
2484
2492
msgid ""
2485
2493
"The :class:`typing.Collection` class has been added for representing "
2486
2494
":class:`collections.abc.Collection`. (Contributed by Ivan Levkivskyi in "
2487
2495
":issue:`27598`.)"
2488
2496
msgstr ""
2497
+ "增加 :class:`typing.Collection` 类用来表示 :class:`collections.abc.Collection`。 (由 "
2498
+ "Ivan Levkivskyi 在 :issue:`27598` 中贡献。)"
2489
2499
2490
2500
#: ../../whatsnew/3.6.rst:1618
2491
2501
msgid ""
0 commit comments