9
9
msgstr ""
10
10
"Project-Id-Version :Python 3.12\n "
11
11
"Report-Msgid-Bugs-To :\n "
12
- "POT-Creation-Date :2023-07-17 17:39+0800 \n "
12
+ "POT-Creation-Date :2023-10-05 00:03+0000 \n "
13
13
"PO-Revision-Date :2021-12-17 17:00+0800\n "
14
14
"Last-Translator :Matt Wang <mattwang44@gmail.com>\n "
15
15
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -67,7 +67,11 @@ msgstr ""
67
67
"將檔案描述器 *fd* 的模式更改為 raw。如果 *when* 被省略,則預設為 :const:"
68
68
"`termios.TCSAFLUSH`,並傳遞給 :func:`termios.tcsetattr`。"
69
69
70
- #: ../../library/tty.rst:49
70
+ #: ../../library/tty.rst:46 ../../library/tty.rst:57
71
+ msgid "The return value is now the original tty attributes, instead of None."
72
+ msgstr ""
73
+
74
+ #: ../../library/tty.rst:52
71
75
#, fuzzy
72
76
msgid ""
73
77
"Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it "
@@ -78,10 +82,10 @@ msgstr ""
78
82
"將檔案描述器 *fd* 的模式更改為 cbreak。如果 *when* 被省略,則預設為 :const:"
79
83
"`termios.TCSAFLUSH`,並傳遞給 :func:`termios.tcsetattr`。"
80
84
81
- #: ../../library/tty.rst:57
85
+ #: ../../library/tty.rst:63
82
86
msgid "Module :mod:`termios`"
83
87
msgstr ":mod:`termios` 模組"
84
88
85
- #: ../../library/tty.rst:58
89
+ #: ../../library/tty.rst:64
86
90
msgid "Low-level terminal control interface."
87
91
msgstr "低階終端機控制介面。"