File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.7\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
11+ "POT-Creation-Date : 2018-10-19 09:31 +0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1414"MIME-Version : 1.0\n "
@@ -296,7 +296,7 @@ msgstr ""
296296msgid ""
297297"Return a message object structure from a :term:`bytes-like object`. This is"
298298" equivalent to ``BytesParser().parsebytes(s)``. Optional *_class* and "
299- "*strict * are interpreted as with the :class:`~email.parser.BytesParser` "
299+ "*policy * are interpreted as with the :class:`~email.parser.BytesParser` "
300300"class constructor."
301301msgstr ""
302302
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.7\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
11+ "POT-Creation-Date : 2018-10-19 09:31 +0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1414"MIME-Version : 1.0\n "
@@ -130,7 +130,7 @@ msgstr ""
130130
131131#: ../../library/email.rst:90
132132msgid ""
133- "The forgoing represent the modern (unicode friendly) API of the email "
133+ "The foregoing represent the modern (unicode friendly) API of the email "
134134"package. The remaining sections, starting with the "
135135":class:`~email.message.Message` class, cover the legacy "
136136":data:`~email.policy.compat32` API that deals much more directly with the "
Original file line number Diff line number Diff line change 88msgstr ""
99"Project-Id-Version : Python 3.7\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-07-08 08 :31+0900\n "
11+ "POT-Creation-Date : 2018-10-19 09 :31+0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"
Last-Translator :
Freesand Leo <[email protected] >, 2018\n "
1414"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -1375,8 +1375,9 @@ msgid ""
13751375"There are three keyword arguments in *kwargs* which are inspected: "
13761376"*exc_info* which, if it does not evaluate as false, causes exception "
13771377"information to be added to the logging message. If an exception tuple (in "
1378- "the format returned by :func:`sys.exc_info`) is provided, it is used; "
1379- "otherwise, :func:`sys.exc_info` is called to get the exception information."
1378+ "the format returned by :func:`sys.exc_info`) or an exception instance is "
1379+ "provided, it is used; otherwise, :func:`sys.exc_info` is called to get the "
1380+ "exception information."
13801381msgstr ""
13811382
13821383#: ../../library/logging.rst:957
You can’t perform that action at this time.
0 commit comments