]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for...
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 6 Aug 2011 04:54:23 +0000 (12:54 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 6 Aug 2011 04:54:23 +0000 (12:54 +0800)
Doc/whatsnew/2.7.rst

index d7156170457cfeed8ba89f37df0e06906b037ec4..98f8515757a1a649e8a01fc7db0f4a09906f687d 100644 (file)
@@ -782,8 +782,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 an 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`.)