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-07-30 08:42 +0900\n "
11+ "POT-Creation-Date : 2018-09-14 09:11 +0900\n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"
Last-Translator :
ww song <[email protected] >, 2018\n "
1414"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
@@ -3544,3 +3544,18 @@ msgid ""
35443544"caused by having swap exception state when entering or exiting a generator. "
35453545"(Contributed by Mark Shannon in :issue:`25612`.)"
35463546msgstr ""
3547+
3548+ #: ../../whatsnew/3.7.rst:2490
3549+ msgid "Notable changes in Python 3.7.1"
3550+ msgstr ""
3551+
3552+ #: ../../whatsnew/3.7.rst:2492
3553+ msgid ""
3554+ "Starting in 3.7.1, :c:func:`Py_Initialize` now consistently reads and "
3555+ "respects all of the same environment settings as :c:func:`Py_Main` (in "
3556+ "earlier Python versions, it respected an ill-defined subset of those "
3557+ "environment variables, while in Python 3.7.0 it didn't read any of them due "
3558+ "to :issue:`34247`). If this behavior is unwanted, set "
3559+ ":c:data:`Py_IgnoreEnvironmentFlag` to 1 before calling "
3560+ ":c:func:`Py_Initialize`."
3561+ msgstr ""
You can’t perform that action at this time.
0 commit comments