@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.10\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-09-22 15:15 +0000\n "
14+ "POT-Creation-Date : 2023-11-03 15:16 +0000\n "
1515"PO-Revision-Date : 2022-11-05 17:23+0000\n "
1616"
Last-Translator :
Rafael Fontenelle <[email protected] >, 2023\n "
1717"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -31,8 +31,8 @@ msgid ""
3131"Python 3.3 was released on September 29, 2012. For full details, see the "
3232"`changelog <https://docs.python.org/3.3/whatsnew/changelog.html>`_."
3333msgstr ""
34- "本文介绍了Python 3.3相比 3.2 的新增特性。Python 3.3于2012年9月29日发布。 有关完整详细信息,请参见 `changelog "
35- "<https://docs.python.org/3.3/whatsnew/changelog.html>`_。"
34+ "本文介绍了 Python 3.3 相比 3.2 的新增特性。 Python 3.3 于 2012 年 9 月 29 日 发布。 有关完整详细信息,请参见"
35+ " `changelog <https://docs.python.org/3.3/whatsnew/changelog.html>`_。"
3636
3737#: ../../whatsnew/3.3.rst:51
3838msgid ":pep:`398` - Python 3.3 Release Schedule"
@@ -151,6 +151,9 @@ msgid ""
151151"``virtualenv`` third-party package, but benefit from tighter integration "
152152"with the interpreter core."
153153msgstr ""
154+ "虚拟环境有助于创建 独立的 Python 设置,同时共享全系统的基础安装,便于维护。 "
155+ "虚拟环境有自己的私有站点包(即本地安装的库),并可选择与系统范围的站点包分离。 虚拟环境的概念和实现 受到流行的``virtualenv`` 第三方 "
156+ "包 的启发,但受益于与解释器 核心更紧密的集成。"
154157
155158#: ../../whatsnew/3.3.rst:110
156159msgid ""
@@ -159,6 +162,8 @@ msgid ""
159162"interpreter checks for a ``pyvenv.cfg``, file whose existence signals the "
160163"base of a virtual environment's directory tree."
161164msgstr ""
165+ "本 PEP 添加了 :mod:`venv` 模块用于编程访问,以及 ``pyvenv`` 脚本用于命令在线访问和管理。 Python 解释器会检查 "
166+ "``pyvenv.cfg``,文件的存在标志着虚拟环境目录树的基础。"
162167
163168#: ../../whatsnew/3.3.rst:118
164169msgid ":pep:`405` - Python Virtual Environments"
@@ -317,10 +322,13 @@ msgid ""
317322"all systems. For compatibility with existing APIs, several representations "
318323"may exist in parallel; over time, this compatibility should be phased out."
319324msgstr ""
325+ "Unicode字符串类型已改为支持多种内部表示法,具体取决于所表示的字符串中具有最大 Unicode 序号(1、2 或 4 字节)的字符 。 "
326+ "这样,在常见情况下可以节省空间,但在所有系统上都能使用完整的 UCS-4。 对于使用现有应用程序接口的兼容性 "
327+ "来说,可能会并行存在几种表示法;随着时间的推移,这种兼容性 应逐步淘汰。"
320328
321329#: ../../whatsnew/3.3.rst:218
322330msgid "On the Python side, there should be no downside to this change."
323- msgstr ""
331+ msgstr "在 Python 一方,此项改变应当没有任何缺点。 "
324332
325333#: ../../whatsnew/3.3.rst:220
326334msgid ""
@@ -3904,7 +3912,7 @@ msgstr ""
39043912msgid ""
39053913"The -Q command-line flag and related artifacts have been removed. Code "
39063914"checking sys.flags.division_warning will need updating."
3907- msgstr ""
3915+ msgstr "删除了 -Q命令-line旗标 和相关工具。 检查 sys.flags.division_warning 的代码需要更新。 "
39083916
39093917#: ../../whatsnew/3.3.rst:2511
39103918msgid "(:issue:`10998`, contributed by Éric Araujo.)"
0 commit comments