| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a989df3 commit 874dfd3
48 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ msgid "" | |||
| 12 | 12 | msgstr "" | |
| 13 | 13 | "Project-Id-Version: Python 3.14\n" | |
| 14 | 14 | "Report-Msgid-Bugs-To: \n" | |
| 15 | - "POT-Creation-Date: 2026-03-01 14:19+0000\n" | ||
| 15 | + "POT-Creation-Date: 2026-03-21 14:21+0000\n" | ||
| 16 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 17 | 17 | "Last-Translator: python-doc bot, 2025\n" | |
| 18 | 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-03 14:40+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-23 14:50+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-17 14:51+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-23 14:50+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -136,8 +136,15 @@ msgstr "" | |||
| 136 | 136 | msgid "" | |
| 137 | 137 | "Write object *obj* to file object *p*. The only supported flag for *flags* " | |
| 138 | 138 | "is :c:macro:`Py_PRINT_RAW`; if given, the :func:`str` of the object is " | |
| 139 | - "written instead of the :func:`repr`. Return ``0`` on success or ``-1`` on " | ||
| 140 | - "failure; the appropriate exception will be set." | ||
| 139 | + "written instead of the :func:`repr`." | ||
| 140 | + msgstr "" | ||
| 141 | + | ||
| 142 | + msgid "If *obj* is ``NULL``, write the string ``\"<NULL>\"``." | ||
| 143 | + msgstr "" | ||
| 144 | + | ||
| 145 | + msgid "" | ||
| 146 | + "Return ``0`` on success or ``-1`` on failure; the appropriate exception will " | ||
| 147 | + "be set." | ||
| 141 | 148 | msgstr "" | |
| 142 | 149 | ||
| 143 | 150 | msgid "" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-03 14:40+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-23 14:50+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ msgid "" | |||
| 12 | 12 | msgstr "" | |
| 13 | 13 | "Project-Id-Version: Python 3.14\n" | |
| 14 | 14 | "Report-Msgid-Bugs-To: \n" | |
| 15 | - "POT-Creation-Date: 2026-03-15 14:24+0000\n" | ||
| 15 | + "POT-Creation-Date: 2026-03-23 14:50+0000\n" | ||
| 16 | 16 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 17 | 17 | "Last-Translator: Hengky Kurniawan, 2025\n" | |
| 18 | 18 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -367,6 +367,9 @@ msgid "" | |||
| 367 | 367 | "function." | |
| 368 | 368 | msgstr "" | |
| 369 | 369 | ||
| 370 | + msgid "If argument is ``NULL``, return the string ``'<NULL>'``." | ||
| 371 | + msgstr "" | ||
| 372 | + | ||
| 370 | 373 | msgid "" | |
| 371 | 374 | "This function now includes a debug assertion to help ensure that it does not " | |
| 372 | 375 | "silently discard an active exception." | |
@@ -395,6 +398,10 @@ msgid "" | |||
| 395 | 398 | "bytes object." | |
| 396 | 399 | msgstr "" | |
| 397 | 400 | ||
| 401 | + msgid "" | ||
| 402 | + "If argument is ``NULL``, return the :class:`bytes` object ``b'<NULL>'``." | ||
| 403 | + msgstr "" | ||
| 404 | + | ||
| 398 | 405 | msgid "" | |
| 399 | 406 | "Return ``1`` if the class *derived* is identical to or derived from the " | |
| 400 | 407 | "class *cls*, otherwise return ``0``. In case of an error, return ``-1``." | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-17 14:51+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-23 14:50+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -1858,6 +1858,12 @@ msgid "" | |||
| 1858 | 1858 | "Call :c:func:`PyObject_Repr` on *obj* and write the output into *writer*." | |
| 1859 | 1859 | msgstr "" | |
| 1860 | 1860 | ||
| 1861 | + msgid "If *obj* is ``NULL``, write the string ``\"<NULL>\"`` into *writer*." | ||
| 1862 | + msgstr "" | ||
| 1863 | + | ||
| 1864 | + msgid "Added support for ``NULL``." | ||
| 1865 | + msgstr "" | ||
| 1866 | + | ||
| 1861 | 1867 | msgid "Write the substring ``str[start:end]`` into *writer*." | |
| 1862 | 1868 | msgstr "" | |
| 1863 | 1869 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-01 14:19+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-21 14:21+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-01 14:19+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-21 14:21+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-17 14:51+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-23 14:50+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
@@ -161,8 +161,8 @@ msgid "Now we can find out what today is! Observe::" | |||
| 161 | 161 | msgstr "" | |
| 162 | 162 | ||
| 163 | 163 | msgid "" | |
| 164 | - ">>> from datetime import date\n" | ||
| 165 | - ">>> Weekday.from_date(date.today())\n" | ||
| 164 | + ">>> import datetime as dt\n" | ||
| 165 | + ">>> Weekday.from_date(dt.date.today())\n" | ||
| 166 | 166 | "<Weekday.TUESDAY: 2>" | |
| 167 | 167 | msgstr "" | |
| 168 | 168 | ||
@@ -1978,8 +1978,8 @@ msgid "An example to show the :attr:`~Enum._ignore_` attribute in use::" | |||
| 1978 | 1978 | msgstr "" | |
| 1979 | 1979 | ||
| 1980 | 1980 | msgid "" | |
| 1981 | - ">>> from datetime import timedelta\n" | ||
| 1982 | - ">>> class Period(timedelta, Enum):\n" | ||
| 1981 | + ">>> import datetime as dt\n" | ||
| 1982 | + ">>> class Period(dt.timedelta, Enum):\n" | ||
| 1983 | 1983 | "... \"different lengths of time\"\n" | |
| 1984 | 1984 | "... _ignore_ = 'Period i'\n" | |
| 1985 | 1985 | "... Period = vars()\n" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ msgid "" | |||
| 11 | 11 | msgstr "" | |
| 12 | 12 | "Project-Id-Version: Python 3.14\n" | |
| 13 | 13 | "Report-Msgid-Bugs-To: \n" | |
| 14 | - "POT-Creation-Date: 2026-03-01 14:19+0000\n" | ||
| 14 | + "POT-Creation-Date: 2026-03-21 14:21+0000\n" | ||
| 15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" | |
| 16 | 16 | "Last-Translator: python-doc bot, 2025\n" | |
| 17 | 17 | "Language-Team: Indonesian (https://app.transifex.com/python-doc/teams/5390/" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments