File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -174,18 +174,20 @@ msgstr ""
174
174
175
175
#: ../../c-api/apiabiversion.rst:61
176
176
msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``."
177
- msgstr ""
177
+ msgstr "使用它進行數值比較,例如 ``#if PY_VERSION_HEX >= ...``。 "
178
178
179
179
#: ../../c-api/apiabiversion.rst:63
180
180
msgid "This version is also available via the symbol :data:`Py_Version`."
181
- msgstr ""
181
+ msgstr "該版本也可透過符號 :data:`Py_Version` 獲得。 "
182
182
183
183
#: ../../c-api/apiabiversion.rst:67
184
184
msgid ""
185
185
"The Python runtime version number encoded in a single constant integer, with "
186
186
"the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the "
187
187
"Python version used at run time."
188
188
msgstr ""
189
+ "編碼為單個常數整數的 Python 執行環境版本號,格式與 :c:macro:`PY_VERSION_HEX` 巨集相同。"
190
+ "這包含在執行環境使用的 Python 版本。"
189
191
190
192
#: ../../c-api/apiabiversion.rst:73
191
193
msgid "All the given macros are defined in :source:`Include/patchlevel.h`."
You can’t perform that action at this time.
0 commit comments