[issue18067] In considering the current directory for importing modules, Python does not honour the output of os.getcwd()

2013-05-26 Thread Shriramana Sharma
New submission from Shriramana Sharma: Hello. I first asked about this at https://groups.google.com/d/topic/comp.lang.python/ZOGwXGU_TV0/discussion and am only posting this issue due to no reply there. I am using Python 2.7.4 and Python 3.3.1 (default packages) on Kubuntu Raring. On both I

[issue18067] In considering the current directory for importing modules, Python does not honour the output of os.getcwd()

2013-05-26 Thread R. David Murray
R. David Murray added the comment: This is a duplicate of issue 6386, which does contain an explanation of the behavior. -- nosy: +r.david.murray resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - importing yields unexpected results when initial