Kyle Simpson added the comment:

Right, this issue is about the IndexError.

The current patch for issue 1218234 doesn't solve this problem. You will still 
get IndexErrors, but you will get them when functions are removed rather than 
when functions are added.

I think we should simply throw an IOError instead of an IndexError. This 
matches the docstring and prevents help() from blowing up after reloading a 
module.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17735>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to