Nick Coghlan <[email protected]> added the comment: On Sat, Jan 22, 2011 at 3:08 AM, STINNER Victor <[email protected]> wrote: > I should maybe add some unit tests for non-ASCII module paths and non-ASCII > module names :-)
Indeed. There are a few tests in test_runpy that could be adapted to that task fairly easily (it creates the test packages at run time in a temporary directory, so copying that to make a non-ASCII path and module name test should be too difficult). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue3080> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
