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

Skip to content

Commit 27a636b

Browse files
committed
[po] auto sync bot
1 parent 7d2169e commit 27a636b

2 files changed

Lines changed: 3668 additions & 3625 deletions

File tree

whatsnew/3.7.po

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
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`.)"
35463546
msgstr ""
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 ""

0 commit comments

Comments
 (0)