Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8212e72

Browse files
committed
merge pot files.
1 parent ceb04f1 commit 8212e72

File tree

3 files changed

+222
-221
lines changed

3 files changed

+222
-221
lines changed

howto/logging.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-29 00:24+0200\n"
11+
"POT-Creation-Date: 2018-05-05 20:27+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -374,9 +374,9 @@ msgstr ""
374374

375375
#: ../Doc/howto/logging.rst:299
376376
msgid ""
377-
"The default format for date/time display (shown above) is ISO8601. If you "
378-
"need more control over the formatting of the date/time, provide a *datefmt* "
379-
"argument to ``basicConfig``, as in this example::"
377+
"The default format for date/time display (shown above) is like ISO8601 or "
378+
"RFC 3339. If you need more control over the formatting of the date/time, "
379+
"provide a *datefmt* argument to ``basicConfig``, as in this example::"
380380
msgstr ""
381381

382382
#: ../Doc/howto/logging.rst:307

library/logging.config.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-04-29 00:24+0200\n"
11+
"POT-Creation-Date: 2018-05-05 20:27+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -821,11 +821,11 @@ msgstr ""
821821
msgid ""
822822
"The ``format`` entry is the overall format string, and the ``datefmt`` entry "
823823
"is the :func:`strftime`\\ -compatible date/time format string. If empty, "
824-
"the package substitutes ISO8601 format date/times, which is almost "
824+
"the package substitutes ISO8601-style format date/times, which is almost "
825825
"equivalent to specifying the date format string ``'%Y-%m-%d %H:%M:%S'``. "
826-
"The ISO8601 format also specifies milliseconds, which are appended to the "
827-
"result of using the above format string, with a comma separator. An example "
828-
"time in ISO8601 format is ``2003-01-23 00:29:50,411``."
826+
"This format also specifies milliseconds, which are appended to the result of "
827+
"using the above format string, with a comma separator. An example time in "
828+
"this format is ``2003-01-23 00:29:50,411``."
829829
msgstr ""
830830

831831
#: ../Doc/library/logging.config.rst:792

0 commit comments

Comments
 (0)