[issue11483] python fails to follow symlinks on windows

2011-03-13 Thread Brian Curtin
Brian Curtin added the comment: This is a duplicate of #6727, which is now easier to fix due to the symlink work in 3.2. -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue11483] python fails to follow symlinks on windows

2011-03-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +brian.curtin type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11483] python fails to follow symlinks on windows

2011-03-13 Thread nw
New submission from nw : Go to C:/Python2.7/Lib create directory foo + __init__.py Make a symlink: mklink /D bar foo. Start Python. import foo # works import bar # fails (no module named bar) -- components: Windows messages: 130740 nosy: nw priority: normal severity: normal status: op