11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2024 , Python Software Foundation
2+ # Copyright (C) 2001-2025 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-09-06 15:04 +0000\n "
14+ "POT-Creation-Date : 2025-03-07 14:53 +0000\n "
1515"PO-Revision-Date : 2024-05-11 00:32+0000\n "
1616"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2024\n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -450,11 +450,9 @@ msgstr ""
450450msgid ""
451451"After initializing the interpreter, the script is loaded using "
452452":c:func:`PyImport_Import`. This routine needs a Python string as its "
453- "argument, which is constructed using the :c:func:`PyUnicode_FromString` data "
454- " conversion routine. ::"
453+ "argument, which is constructed using the :c:func:`PyUnicode_DecodeFSDefault` "
454+ " data conversion routine. ::"
455455msgstr ""
456- "初始化解释器之后,则用 :c:func:`PyImport_Import` 加载脚本。此函数的参数需是个 Python 字符串,一个用 "
457- ":c:func:`PyUnicode_FromString` 数据转换函数构建的字符串。"
458456
459457#: ../../extending/embedding.rst:183
460458msgid ""
0 commit comments