• Benjamin Peterson's avatar
    Merged revisions 81380 via svnmerge from · 556d8001
    Benjamin Peterson authored
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r81380 | brett.cannon | 2010-05-20 13:37:55 -0500 (Thu, 20 May 2010) | 8 lines
    
      Turned out that if you used explicit relative import syntax
      (e.g. from .os import sep) and it failed, import would still try the implicit
      relative import semantics of an absolute import (from os import sep). That's
      not right, so when level is negative, only do explicit relative import
      semantics.
    
      Fixes issue #7902. Thanks to Meador Inge for the patch.
    ........
    556d8001
import.c 112 KB