[New-bugs-announce] [issue27418] Tools/importbench/importbench.py is broken
Serhiy Storchaka
report at bugs.python.org
Wed Jun 29 14:27:40 EDT 2016
New submission from Serhiy Storchaka:
$ ./python Tools/importbench/importbench.py
Traceback (most recent call last):
File "Tools/importbench/importbench.py", line 8, in <module>
from test.test_importlib.source import util as source_util
ImportError: cannot import name 'util'
----------
components: Demos and Tools
messages: 269539
nosy: brett.cannon, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Tools/importbench/importbench.py is broken
type: behavior
versions: Python 3.5, Python 3.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27418>
_______________________________________
More information about the New-bugs-announce
mailing list