|
6 | 6 | msgstr "" |
7 | 7 | "Project-Id-Version:Python 3.13\n" |
8 | 8 | "Report-Msgid-Bugs-To:\n" |
9 | | -"POT-Creation-Date:2025-03-30 00:15+0000\n" |
| 9 | +"POT-Creation-Date:2025-09-04 19:08+0000\n" |
10 | 10 | "PO-Revision-Date:2024-04-29 15:24+0800\n" |
11 | 11 | "Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n" |
12 | 12 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -3092,7 +3092,8 @@ msgstr "" |
3092 | 3092 | msgid"" |
3093 | 3093 | "The :func:`scandir` iterator supports the :term:`context manager` protocol " |
3094 | 3094 | "and has the following method:" |
3095 | | -msgstr":func:`scandir` 疊代器支援 :term:`context manager` 協定,並具有以下方法:" |
| 3095 | +msgstr"" |
| 3096 | +":func:`scandir` 疊代器支援 :term:`context manager` 協定,並具有以下方法:" |
3096 | 3097 |
|
3097 | 3098 | #:../../library/os.rst:2799 |
3098 | 3099 | msgid"Close the iterator and free acquired resources." |
@@ -4179,9 +4180,9 @@ msgstr "" |
4179 | 4180 | msgid"" |
4180 | 4181 | "import os\n" |
4181 | 4182 | "for root, dirs, files, rootfd in os.fwalk('python/Lib/xml'):\n" |
4182 | | -" print(root,\"consumes\", end=\"\")\n" |
| 4183 | +" print(root,\"consumes\", end=\"\")\n" |
4183 | 4184 | " print(sum([os.stat(name, dir_fd=rootfd).st_size for name in files]),\n" |
4184 | | -" end=\"\")\n" |
| 4185 | +" end=\"\")\n" |
4185 | 4186 | " print(\"bytes in\", len(files),\"non-directory files\")\n" |
4186 | 4187 | " if '__pycache__' in dirs:\n" |
4187 | 4188 | " dirs.remove('__pycache__') # don't visit __pycache__ directories" |
|