[issue5325] "SyntaxError: None" when the name of the dir contains non-ascii chars

2009-02-20 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Thanks, I'll close this entry. -- resolution: -> out of date status: open -> closed ___ Python tracker ___ _

[issue5325] "SyntaxError: None" when the name of the dir contains non-ascii chars

2009-02-20 Thread Ezio Melotti
Ezio Melotti added the comment: With 3.0.1 it seems to work fine. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue5325] "SyntaxError: None" when the name of the dir contains non-ascii chars

2009-02-20 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Can you try this with 3.0.1? http://python.org/download/releases/3.0.1 -- nosy: +ocean-city ___ Python tracker ___ __

[issue5325] "SyntaxError: None" when the name of the dir contains non-ascii chars

2009-02-19 Thread Ezio Melotti
New submission from Ezio Melotti : Step to reproduce: 1) create a directory with non-ascii chars in the name 2) create a python module with a syntax error (I used an unclosed '(') 3) execute the module.py directly ('module.py', not 'python module.py') I tested this only on Windows, with Python3