File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55#
66# Translators:
77# ww song <[email protected] >, 20208- # 刘玉龙 <banbooliu@gmail .com>, 2020
8+ # Freesand Leo <yuqinju@163 .com>, 2020
99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2020-02-09 12:40+0000\n "
1616"PO-Revision-Date : 2020-05-30 11:57+0000\n "
17- "Last-Translator : 刘玉龙 <banbooliu@gmail .com>, 2020\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2020\n "
1818"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -56,5 +56,5 @@ msgid ""
5656"it may not be used by alternate implementations of Python."
5757msgstr ""
5858"作为一个实现细节,大多数模块都将名称 ``__builtins__`` 作为其全局变量的一部分提供。 ``__builtins__`` "
59- "的值通常是这个模块或者这个模块的值 :attr:`~object.__dict__` "
60- "属性。由于这是一个实现细节,因此Python的替代实现可能不会使用它 。"
59+ "的值通常是这个模块或者这个模块的值 :attr:`~object.__dict__` 属性。由于这是一个实现细节,因此 Python "
60+ "的替代实现可能不会使用它 。"
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ msgid ""
9696msgstr ""
9797":class:`WeakKeyDictionary` 和 :class:`WeakValueDictionary` "
9898"在它们的实现中使用弱引用,在弱引用上设置回调函数,当键或值被垃圾回收回收时通知弱字典。 :class:`WeakSet` 实现了 "
99- ":class:`set` 接口,但像 :class:`WeakKeyDictionary` 一样,只持有其元素的弱引用。` "
99+ ":class:`set` 接口,但像 :class:`WeakKeyDictionary` 一样,只持有其元素的弱引用。"
100100
101101#: ../../library/weakref.rst:55
102102msgid ""
You can’t perform that action at this time.
0 commit comments