[issue15316] runpy swallows ImportError information with relative imports

Chris Jerdonek report at bugs.python.org
Wed Aug 22 21:08:02 CEST 2012


Chris Jerdonek added the comment:

Here is a formal unit test case that passes in 3.2 but not in 3.3 (a "simpler" case not using __main__.py).

(script_helper.create_empty_file() doesn't seem to be available in 3.2.)

----------
keywords: +patch
Added file: http://bugs.python.org/file26967/issue-15316-failing-test-1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15316>
_______________________________________


More information about the Python-bugs-list mailing list