|
6 | 6 | msgstr "" |
7 | 7 | "Project-Id-Version: Python 3.13\n" |
8 | 8 | "Report-Msgid-Bugs-To: \n" |
9 | | -"POT-Creation-Date: 2024-11-23 00:14+0000\n" |
| 9 | +"POT-Creation-Date: 2025-05-25 00:18+0000\n" |
10 | 10 | "PO-Revision-Date: 2018-05-23 16:06+0000\n" |
11 | 11 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n" |
12 | 12 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -1605,7 +1605,7 @@ msgstr "" |
1605 | 1605 | #: ../../library/multiprocessing.rst:1044 |
1606 | 1606 | msgid "" |
1607 | 1607 | "Add support for when a program which uses :mod:`multiprocessing` has been " |
1608 | | -"frozen to produce a Windows executable. (Has been tested with **py2exe**, " |
| 1608 | +"frozen to produce an executable. (Has been tested with **py2exe**, " |
1609 | 1609 | "**PyInstaller** and **cx_Freeze**.)" |
1610 | 1610 | msgstr "" |
1611 | 1611 |
|
@@ -1643,10 +1643,10 @@ msgstr "" |
1643 | 1643 |
|
1644 | 1644 | #: ../../library/multiprocessing.rst:1063 |
1645 | 1645 | msgid "" |
1646 | | -"Calling ``freeze_support()`` has no effect when invoked on any operating " |
1647 | | -"system other than Windows. In addition, if the module is being run normally " |
1648 | | -"by the Python interpreter on Windows (the program has not been frozen), then " |
1649 | | -"``freeze_support()`` has no effect." |
| 1646 | +"Calling ``freeze_support()`` has no effect when the start method is not " |
| 1647 | +"*spawn*. In addition, if the module is being run normally by the Python " |
| 1648 | +"interpreter (the program has not been frozen), then ``freeze_support()`` has " |
| 1649 | +"no effect." |
1650 | 1650 | msgstr "" |
1651 | 1651 |
|
1652 | 1652 | #: ../../library/multiprocessing.rst:1070 |
|
0 commit comments