55#
66# Translators:
77# Alex H <[email protected] >, 20198+ # Freesand Leo <[email protected] >, 201989#
910#, fuzzy
1011msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314"Report-Msgid-Bugs-To : \n "
1415"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1516"PO-Revision-Date : 2017-02-16 23:18+0000\n "
16- "Last-Translator : Alex H <heyongyi1998@gmail .com>, 2019\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2019\n "
1718"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -36,10 +37,10 @@ msgid ""
3637"write data starting at the current file position, and :meth:`seek` through "
3738"the file to different positions."
3839msgstr ""
39- "内存映射文件对象表现的既像 `bytearray`类对象又像文件对象 <file "
40- "object>。你可以在大部分期待 `bytearray`类对象的地方使用它;比如你可以使用 `re`模块来搜索内存映射文件。你也可以通过 "
41- "' ``obj[index] = 97``'的方式修改它的一个字节,或者通过 ``obj[i1:i2] = "
42- "b'...'``向切片赋值来`修改一个子序列。你也可以在当前文件偏移处读取或写入数据 ,并使用`seek`改变文件偏移 。"
40+ "内存映射(mmap)文件对象的行为既像 :class: `bytearray` 又像 :term:`文件对象 <file object>`。 "
41+ "你可以在大部分接受 :class: `bytearray` 的地方使用 mmap 对象;例如,你可以使用 :mod: `re` 模块来搜索一个内存映射文件。 "
42+ " 你也可以通过执行 ``obj[index] = 97`` 来修改单个字节,或者通过对切片赋值来修改一个子序列: ``obj[i1:i2] = "
43+ "b'...'``。 你还可以在文件的当前位置开始读取和写入数据 ,并使用 :meth: `seek` 前往另一个位置 。"
4344
4445#: ../../library/mmap.rst:17
4546msgid ""
0 commit comments