Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bf0ba commit fc388cfCopy full SHA for fc388cf
1 file changed
whatsnew/3.7.po
@@ -4413,6 +4413,8 @@ msgid ""
4413
" is now marked as occurring on the same line as the docstring, not on the "
4414
"function's header line."
4415
msgstr ""
4416
+"由于编译器处理文档字符串的方式发生了变化,一个仅由文档字符串构成的函数体中隐式的 ``return None`` "
4417
+"现在被标记为在与文档字符串相同的行,而不是在函数的标题行。"
4418
4419
#: ../../whatsnew/3.7.rst:2505
4420
msgid ""
@@ -4421,6 +4423,8 @@ msgid ""
4421
4423
"caused by having swap exception state when entering or exiting a generator. "
4422
4424
"(Contributed by Mark Shannon in :issue:`25612`.)"
4425
4426
+"当前异常状态已从帧对象移到协程对象。 这会简化解释器并修正由于在进入或退出生成器时具有交换异常状态而导致的一些模糊错误。 (由 Mark Shannon"
4427
+" 在 :issue:`25612` 中贡献。)"
4428
4429
#: ../../whatsnew/3.7.rst:2511
4430
msgid "Notable changes in Python 3.7.1"
0 commit comments