[issue12408] Relative import used on test_future5

2011-06-25 Thread Cesare Di Mauro
New submission from Cesare Di Mauro cesare.di.ma...@gmail.com: Executing test_future5 fails: D:\CPythonPCbuild\python_d.exe Lib\test\test_future5.py Traceback (most recent call last): File Lib\test\test_future5.py, line 6, in module from . import support ValueError: Attempted relative

[issue12408] Relative import used on test_future5

2011-06-25 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset c5fca67a7e8c by Mark Dickinson in branch '3.2': Issue #12408: Fix relative import in test_future5.py. Thanks Cesare Di Mauro. http://hg.python.org/cpython/rev/c5fca67a7e8c New changeset 898c0c8ba8ca by Mark Dickinson in branch

[issue12408] Relative import used on test_future5

2011-06-25 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Thanks for the report. -- nosy: +mark.dickinson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12408