Nadeem Vawda <[email protected]> added the comment: It appears that while test_process_template() uses "/"-delimited paths consistently across all OSes, 2.7 also has a test_process_template_line() that uses os.path.join() to construct its paths. Changing this test to use hardcoded "/"-delimited paths fixes the failure (see attached patch).
---------- stage: needs patch -> commit review Added file: http://bugs.python.org/file24501/fix-test_process_template_lines.diff _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13193> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
