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

This commit is contained in:
Senthil Kumaran 2011-08-06 12:52:56 +08:00
parent b5bd4c88b5
commit 54f84d7b45
1 changed files with 2 additions and 2 deletions

View File

@ -783,8 +783,8 @@ Some smaller changes made to the core Python language are:
(Contributed by Fredrik Johansson and Victor Stinner; :issue:`3439`.)
* The :keyword:`import` statement will no longer try a relative import
if an absolute import (e.g. ``from .os import sep``) fails. This
* The :keyword:`import` statement will no longer try a absolute import
if a relative import (e.g. ``from .os import sep``) fails. This
fixes a bug, but could possibly break certain :keyword:`import`
statements that were only working by accident. (Fixed by Meador Inge;
:issue:`7902`.)