# SOME DESCRIPTIVE TITLE. # Copyright (C) 2001-2025, Python Software Foundation # This file is distributed under the same license as the Python package. # FIRST AUTHOR , YEAR. # # Translators: # Rafael Fontenelle , 2025 # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-07-25 16:03+0000\n" "PO-Revision-Date: 2025-07-18 19:58+0000\n" "Last-Translator: Rafael Fontenelle , 2025\n" "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../library/custominterp.rst:5 msgid "Custom Python Interpreters" msgstr "自定义 Python 解释器" #: ../../library/custominterp.rst:7 msgid "" "The modules described in this chapter allow writing interfaces similar to " "Python's interactive interpreter. If you want a Python interpreter that " "supports some special feature in addition to the Python language, you should" " look at the :mod:`code` module. (The :mod:`codeop` module is lower-level, " "used to support compiling a possibly incomplete chunk of Python code.)" msgstr "" "本章中描述的模块允许编写类似于 Python 的交互式解释器的接口。 如果你想要一个支持附加某些特殊功能到 Python 语言的 Python " "解释器,你应当看一下 :mod:`code` 模块。 (:mod:`codeop` 模块是低层级的,用于支持编译可能不完整的 Python 代码块。" #: ../../library/custominterp.rst:13 msgid "The full list of modules described in this chapter is:" msgstr "本章描述的完整模块列表如下:"