[issue7668] test_httpservers fails with non-ascii path

2010-08-06 Thread Mark Dickinson
Mark Dickinson added the comment: This isn't a problem any more: 2.6 and 3.1 are now able to follow symbolic links. Sorry for the noise! -- status: open -> closed ___ Python tracker _

[issue7668] test_httpservers fails with non-ascii path

2010-08-03 Thread Florent Xicluna
Florent Xicluna added the comment: Confirmed on 2.6 and 3.1 PPC Tiger and PPC Leopard buildbots. Example (on PPC Leopard 2.6): test_httpservers 'import site' failed; use -v for traceback [16390 refs] 'import site' failed; use -v for traceback [16390 refs] 'import site' failed; use -v for traceb

[issue7668] test_httpservers fails with non-ascii path

2010-08-03 Thread Mark Dickinson
Mark Dickinson added the comment: It looks like r79297 (or rather, its merge to release26-maint and release31-maint) caused test_httpservers to start failing on OS X. -- nosy: +mark.dickinson ___ Python tracker __

[issue7668] test_httpservers fails with non-ascii path

2010-03-23 Thread Florent Xicluna
Florent Xicluna added the comment: Fixed with r79297 -- priority: -> normal resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue7668] test_httpservers fails with non-ascii path

2010-01-20 Thread STINNER Victor
STINNER Victor added the comment: CGIHTTPServerTestCase creates .py files with sys.executable in a shebang: - cgi_file1 = """\ #!%s ...""" with open(self.file1_path, 'w') as file1: file1.write(cgi_file1 % sys.executable) - The shebang have to be the first line, and the encoding cook

[issue7668] test_httpservers fails with non-ascii path

2010-01-15 Thread Florent Xicluna
Changes by Florent Xicluna : -- keywords: +buildbot stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue7668] test_httpservers fails with non-ascii path

2010-01-10 Thread Florent Xicluna
New submission from Florent Xicluna : /tmp/py2u…→unicode $ ./python Lib/test/regrtest.py test_httpservers test_httpservers File "/tmp/tmplX9agF/cgi-bin/file1.py", line 1 SyntaxError: Non-ASCII character '\xe2' in file /tmp/tmplX9agF/cgi-bin/file1.py on line 1, but no encoding declared; see ht