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
Changes by nw :
--
keywords: +patch
Added file: http://bugs.python.org/file20607/fix.patch
___
Python tracker
<http://bugs.python.org/issue11056>
___
___
Pytho
New submission from nw :
The attached code is not converted properly. No warning either.
Eventually it may be a good idea to reintroduce the old more versatile method.
--
components: 2to3 (2.x to 3.0 conversion tool)
files: test.py
messages: 127394
nosy: Nils.Winter
priority: normal