[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

[issue11056] 2to3 fails for inner __metaclass__ class definition

2011-01-29 Thread nw
Changes by nw : -- keywords: +patch Added file: http://bugs.python.org/file20607/fix.patch ___ Python tracker <http://bugs.python.org/issue11056> ___ ___ Pytho

[issue11056] 2to3 fails for inner __metaclass__ class definition

2011-01-29 Thread nw
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