Kaydet (Commit) a3b2316a authored tarafından Senthil Kumaran's avatar Senthil Kumaran

merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902.

üst 89976f1c
...@@ -782,8 +782,8 @@ Some smaller changes made to the core Python language are: ...@@ -782,8 +782,8 @@ Some smaller changes made to the core Python language are:
(Contributed by Fredrik Johansson and Victor Stinner; :issue:`3439`.) (Contributed by Fredrik Johansson and Victor Stinner; :issue:`3439`.)
* The :keyword:`import` statement will no longer try a relative import * The :keyword:`import` statement will no longer try an absolute import
if an absolute import (e.g. ``from .os import sep``) fails. This if a relative import (e.g. ``from .os import sep``) fails. This
fixes a bug, but could possibly break certain :keyword:`import` fixes a bug, but could possibly break certain :keyword:`import`
statements that were only working by accident. (Fixed by Meador Inge; statements that were only working by accident. (Fixed by Meador Inge;
:issue:`7902`.) :issue:`7902`.)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment