[issue1074015] current directory in sys.path handles symlinks badly

2009-06-18 Thread Marko Schuetz
Marko Schuetz markoschu...@web.de added the comment: I think this behavior is causing a related problem: Assume I have directories currentWorkspace and branchRepository. On branchRepository I have files main.py and module.py. main.py imports module.py. In currentWorkspace main.py links to the

[issue1074015] current directory in sys.path handles symlinks badly

2009-03-30 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: So the joe directory is put on sys.path instead of lib because joe.py resolves to joe/joe.py. I think that is correct semantics as you may symlink that file into your bin directory but the original file has dependencies in that location. Plus

[issue1074015] current directory in sys.path handles symlinks badly

2009-02-11 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Still happens in trunk. -- nosy: +ajaksu2 stage: - test needed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1074015 ___

[issue1074015] current directory in sys.path handles symlinks badly

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- assignee: - brett.cannon components: +Interpreter Core -None nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1074015 ___