@@ -186,13 +186,14 @@ msgstr ""
186186
187187#: ../../whatsnew/2.3.rst:169
188188msgid "Here's a sample usage of the :func:`generate_ints` generator::"
189- msgstr ""
189+ msgstr "这里是 :func:`generate_ints` 生成器的用法示例:: "
190190
191191#: ../../whatsnew/2.3.rst:186
192192msgid ""
193193"You could equally write ``for i in generate_ints(5)``, or ``a,b,c = "
194194"generate_ints(3)``."
195195msgstr ""
196+ "你可以等价地写成 ``for i in generate_ints(5)`` 或 ``a,b,c = generate_ints(3)``。"
196197
197198#: ../../whatsnew/2.3.rst:189
198199msgid ""
@@ -299,7 +300,7 @@ msgstr ""
299300
300301#: ../../whatsnew/2.3.rst:282
301302msgid ":pep:`263` - Defining Python Source Code Encodings"
302- msgstr ""
303+ msgstr ":pep:`263` - 定义 Python 源代码的编码格式 "
303304
304305#: ../../whatsnew/2.3.rst:282
305306msgid ""
@@ -353,7 +354,7 @@ msgstr ""
353354
354355#: ../../whatsnew/2.3.rst:338
355356msgid "PEP 277: Unicode file name support for Windows NT"
356- msgstr ""
357+ msgstr "PEP 277: 针对 Windows NT 的 Unicode 文件名支持 "
357358
358359#: ../../whatsnew/2.3.rst:340
359360msgid ""
@@ -389,7 +390,7 @@ msgstr ""
389390
390391#: ../../whatsnew/2.3.rst:359
391392msgid "Under MacOS, :func:`os.listdir` may now return Unicode filenames."
392- msgstr ""
393+ msgstr "在 MacOS 下,:func:`os.listdir` 现在可以返回 Unicode 文件名。 "
393394
394395#: ../../whatsnew/2.3.rst:365
395396msgid ":pep:`277` - Unicode file name support for Windows NT"
0 commit comments