Tim Lesher <[email protected]> added the comment: This patch combines the fix from Georg Brandl's original patch with the fix made to listindex. The r76058 fix fails the test in Georg's original test where the repr of the item to be removed itself raises; this patch handles that case for both list.remove and list.index.
---------- Added file: http://bugs.python.org/file18110/improve_list_remove_error.diff _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4510> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
