11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2023 , Python Software Foundation
2+ # Copyright (C) 2001-2024 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
77# Fei Yin <[email protected] >, 201888# ppcfish <[email protected] >, 20199- # Freesand Leo <[email protected] >, 2023 9+ # Freesand Leo <[email protected] >, 2024 1010#
1111#, fuzzy
1212msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.9\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2023-08-25 21:19 +0000\n "
16+ "POT-Creation-Date : 2024-02-02 15:01 +0000\n "
1717"PO-Revision-Date : 2017-02-16 23:42+0000\n "
18- "
Last-Translator :
Freesand Leo <[email protected] >, 2023 \n "
18+ "
Last-Translator :
Freesand Leo <[email protected] >, 2024 \n "
1919"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=UTF-8\n "
@@ -68,6 +68,10 @@ msgid ""
6868"you want to understand the complete implementation and design rationale for "
6969"a change, refer to the PEP for a particular new feature."
7070msgstr ""
71+ "本文并不试图提供对新特性的完整规范说明,而是提供一个便捷的概览。 要获取全部细节,你应该参阅 Python 2.2 的文档,比如 `Python 库参考"
72+ " <https://docs.python.org/2.2/lib/lib.html>`_ 和 `Python 参考指南 "
73+ "<https://docs.python.org/2.2/ref/ref.html>`_。 "
74+ "如果你想要了解某项更改的完整实现和设计理念,请参阅特定新特性的 PEP。"
7175
7276#: ../../whatsnew/2.2.rst:43
7377msgid "PEPs 252 and 253: Type and Class Changes"
@@ -82,6 +86,9 @@ msgid ""
8286"and most complicated section of this article, I'll provide an overview of "
8387"the changes and offer some comments."
8488msgstr ""
89+ "Python 2.2 中最大且影响最深远的改变是针对 Python 的对象和类模型。 "
90+ "这些变化应该是向下兼容的,因此你的代码将能继续运行而无需修改,但这些变化提供了一些很棒的新功能。 "
91+ "在开始本文最长和最复杂的部分之前,我提供对这些变化的概览并附带一些注释。"
8592
8693#: ../../whatsnew/2.2.rst:52
8794msgid ""
0 commit comments