This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kyle.Simpson
Recipients Kyle.Simpson, r.david.murray
Date 2013-04-16.03:15:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366082145.21.0.653844690504.issue17735@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-04-16 03:15:45Kyle.Simpsonsetrecipients: + Kyle.Simpson, r.david.murray
2013-04-16 03:15:45Kyle.Simpsonsetmessageid: <1366082145.21.0.653844690504.issue17735@psf.upfronthosting.co.za>
2013-04-16 03:15:45Kyle.Simpsonlinkissue17735 messages
2013-04-16 03:15:44Kyle.Simpsoncreate