1414# ppcfish <[email protected] >, 20201515# WH-2099 <[email protected] >, 2020161617- # Freesand Leo <[email protected] >, 20211817# Jing Li <[email protected] >, 202118+ # Freesand Leo <[email protected] >, 20221919#
2020#, fuzzy
2121msgid ""
@@ -24,7 +24,7 @@ msgstr ""
2424"Report-Msgid-Bugs-To : \n "
2525"POT-Creation-Date : 2021-05-03 17:16+0000\n "
2626"PO-Revision-Date : 2020-05-30 12:15+0000\n "
27- "Last-Translator : Jing Li <tes286.lijing@gmail .com>, 2021 \n "
27+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2022 \n "
2828"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2929"MIME-Version : 1.0\n "
3030"Content-Type : text/plain; charset=UTF-8\n "
@@ -58,8 +58,8 @@ msgid ""
5858"two objects; the :func:`id` function returns an integer representing its "
5959"identity."
6060msgstr ""
61- "每个对象都有各自的编号 、类型和值。一个对象被创建后,它的 *编号 * 就绝不会改变;你可以将其理解为该对象在内存中的地址。 ':keyword:`is`' "
62- " 运算符可以比较两个对象的编号是否相同 ;:func:`id` 函数能返回一个代表其编号的整型数 。"
61+ "每个对象都有各自的标识号 、类型和值。一个对象被创建后,它的 *标识号 * 就绝不会改变;你可以将其理解为该对象在内存中的地址。 "
62+ "':keyword:`is`' 运算符可以比较两个对象的标识号是否相同 ;:func:`id` 函数能返回一个代表其标识号的整数 。"
6363
6464#: ../../reference/datamodel.rst:42
6565msgid "For CPython, ``id(x)`` is the memory address where ``x`` is stored."
@@ -89,8 +89,8 @@ msgid ""
8989"instance, numbers, strings and tuples are immutable, while dictionaries and "
9090"lists are mutable."
9191msgstr ""
92- "有些对象的 *值* 可以改变。值可以改变的对象被称为 *可变的 *;值不可以改变的对象就被称为 "
93- "*不可变的 *。(一个不可变容器对象如果包含对可变对象的引用,当后者的值改变时,前者的值也会改变;但是该容器仍属于不可变对象,因为它所包含的对象集是不会改变的。因此,不可变并不严格等同于值不能改变,实际含义要更微妙。)"
92+ "有些对象的 *值* 可以改变。值可以改变的对象被称为 *可变对象 *;值不可以改变的对象就被称为 "
93+ "*不可变对象 *。(一个不可变容器对象如果包含对可变对象的引用,当后者的值改变时,前者的值也会改变;但是该容器仍属于不可变对象,因为它所包含的对象集是不会改变的。因此,不可变并不严格等同于值不能改变,实际含义要更微妙。)"
9494" 一个对象的可变性是由其类型决定的;例如,数字、字符串和元组是不可变的,而字典和列表是可变的。"
9595
9696#: ../../reference/datamodel.rst:65
0 commit comments