[issue12408] Relative import used on test_future5

2011-06-25 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for the report. -- nosy: +mark.dickinson resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue12408] Relative import used on test_future5

2011-06-25 Thread Roundup Robot
Roundup Robot 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 'default': Issue #12

[issue12408] Relative import used on test_future5

2011-06-25 Thread Cesare Di Mauro
New submission from Cesare Di Mauro : Executing test_future5 fails: D:\CPython>PCbuild\python_d.exe Lib\test\test_future5.py Traceback (most recent call last): File "Lib\test\test_future5.py", line 6, in from . import support ValueError: Attempted relative import in non-package [51279 ref