|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version:Python 3.11\n" |
10 | 10 | "Report-Msgid-Bugs-To:\n" |
11 | | -"POT-Creation-Date:2022-10-15 20:43+0000\n" |
| 11 | +"POT-Creation-Date:2022-12-18 00:16+0000\n" |
12 | 12 | "PO-Revision-Date:2022-01-24 22:34+0800\n" |
13 | 13 | "Last-Translator:Matt Wang <mattwang44@gmail.com>\n" |
14 | 14 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
@@ -173,16 +173,20 @@ msgstr "" |
173 | 173 | "hexversion ``0x030a00f0``\\ 。" |
174 | 174 |
|
175 | 175 | #:../../c-api/apiabiversion.rst:61 |
| 176 | +msgid"Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``." |
| 177 | +msgstr"" |
| 178 | + |
| 179 | +#:../../c-api/apiabiversion.rst:63 |
176 | 180 | msgid"This version is also available via the symbol :data:`Py_Version`." |
177 | 181 | msgstr"" |
178 | 182 |
|
179 | | -#:../../c-api/apiabiversion.rst:65 |
| 183 | +#:../../c-api/apiabiversion.rst:67 |
180 | 184 | msgid"" |
181 | 185 | "The Python runtime version number encoded in a single constant integer, with " |
182 | 186 | "the same format as the :c:macro:`PY_VERSION_HEX` macro. This contains the " |
183 | 187 | "Python version used at run time." |
184 | 188 | msgstr"" |
185 | 189 |
|
186 | | -#:../../c-api/apiabiversion.rst:71 |
| 190 | +#:../../c-api/apiabiversion.rst:73 |
187 | 191 | msgid"All the given macros are defined in :source:`Include/patchlevel.h`." |
188 | 192 | msgstr"所有提到的巨集都定義在 :source:`Include/patchlevel.h`\\ 。" |