[issue1728] distutils.cmd breaks inspect

astronouth7303 report at bugs.python.org
Thu Jan 3 20:57:07 CET 2008


astronouth7303 added the comment:

The exact traceback is as follows:

>>> findsource(distutils.cmd.install_misc.get_outputs)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/inspect.py", line 510, in findsource
    if pat.match(lines[lnum]): break
IndexError: list index out of range

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1728>
__________________________________


More information about the Python-bugs-list mailing list