[issue7708] test_xmlrpc fails with non-ascii path

2010-01-30 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue7708] test_xmlrpc fails with non-ascii path

2010-01-30 Thread STINNER Victor
STINNER Victor added the comment: This issue is a duplicate of #7606. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue7708] test_xmlrpc fails with non-ascii path

2010-01-20 Thread STINNER Victor
STINNER Victor added the comment: SimpleXMLRPCRequestHandler.do_POST() writes the traceback in the HTTP header "X-traceback". But an HTTP header value is ASCII only, whereas a traceback can contain any character (eg. an non-ASCII character from a directory name for this issue). A simple fix

[issue7708] test_xmlrpc fails with non-ascii path

2010-01-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue7708] test_xmlrpc fails with non-ascii path

2010-01-15 Thread Florent Xicluna
New submission from Florent Xicluna : Another buildbot failure (repeated on AMD64 Ubuntu wide). test_xmlrpc Exception happened during processing of request from ('127.0.0.1', 59299) Traceback (most recent call last): File "/home/buildbot/cpython-ucs4-