[issue10603] __file__ not usable, with certain paths on windows XP.

2010-12-02 Thread Campbell Barton
New submission from Campbell Barton : # create this path. # it could be made by any application but including this line # so encoding is not confused. # c:\äöü __import__("os").mkdir(b'c:\\\xe4\xf6\xfc') # Now create a new script and save in the newly created dir c:\äöü\test.py # In c:\äöü\test

[issue10603] __file__ not usable, with certain paths on windows XP.

2010-12-02 Thread R. David Murray
Changes by R. David Murray : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue10603] __file__ not usable, with certain paths on windows XP.

2010-12-02 Thread R. David Murray
R. David Murray added the comment: Much work has been done on non-ASCII paths in 3.2. Can you test this with the 3.2 alpha and let us know the results? -- nosy: +r.david.murray ___ Python tracker ___

[issue10603] __file__ not usable, with certain paths on windows XP.

2010-12-02 Thread Campbell Barton
Campbell Barton added the comment: This is fixed in 3.2a4. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10603] __file__ not usable, with certain paths on windows XP.

2010-12-02 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue10603] __file__ not usable, with certain paths on windows XP.

2010-12-02 Thread STINNER Victor
STINNER Victor added the comment: Great! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python