|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: Python 3.12\n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2024-02-05 00:03+0000\n" |
| 10 | +"POT-Creation-Date: 2024-02-13 00:03+0000\n" |
11 | 11 | "PO-Revision-Date: 2018-05-23 16:20+0000\n" |
12 | 12 | "Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n" |
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -2693,11 +2693,12 @@ msgstr "" |
2693 | 2693 |
|
2694 | 2694 | #: ../../whatsnew/2.6.rst:2391 |
2695 | 2695 | msgid "" |
2696 | | -"The :class:`Popen` objects provided by the :mod:`subprocess` module now " |
2697 | | -"have :meth:`terminate`, :meth:`kill`, and :meth:`send_signal` methods. On " |
2698 | | -"Windows, :meth:`send_signal` only supports the :const:`SIGTERM` signal, and " |
2699 | | -"all these methods are aliases for the Win32 API function :c:func:" |
2700 | | -"`TerminateProcess`. (Contributed by Christian Heimes.)" |
| 2696 | +"The :class:`~subprocess.Popen` objects provided by the :mod:`subprocess` " |
| 2697 | +"module now have :meth:`~subprocess.Popen.terminate`, :meth:`~subprocess." |
| 2698 | +"Popen.kill`, and :meth:`~subprocess.Popen.send_signal` methods. On Windows, :" |
| 2699 | +"meth:`!send_signal` only supports the :py:const:`~signal.SIGTERM` signal, " |
| 2700 | +"and all these methods are aliases for the Win32 API function :c:func:`!" |
| 2701 | +"TerminateProcess`. (Contributed by Christian Heimes.)" |
2701 | 2702 | msgstr "" |
2702 | 2703 |
|
2703 | 2704 | #: ../../whatsnew/2.6.rst:2398 |
|
0 commit comments