New submission from Antoine Pitrou <pit...@free.fr>: I get the following failure under a fresh checkout:
====================================================================== ERROR: test_issue5604 (test.test_imp.ImportTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/antoine/t/cpython/Lib/test/test_imp.py", line 163, in test_issue5604 temp_mod_name, imp.cache_from_source(temp_mod_name + '.py')) IOError: [Errno 2] No such file or directory ---------- components: Tests messages: 136300 nosy: barry, brett.cannon, ncoghlan, pitrou priority: normal severity: normal status: open title: test_imp failure type: behavior versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12118> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com