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 tlesher
Recipients brett.cannon, georg.brandl, tlesher
Date 2010-07-21.19:08:51
SpamBayes Score 3.7677032e-06
Marked as misclassified No
Message-id <1279739334.09.0.211268647202.issue4510@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-21 19:08:54tleshersetrecipients: + tlesher, brett.cannon, georg.brandl
2010-07-21 19:08:54tleshersetmessageid: <1279739334.09.0.211268647202.issue4510@psf.upfronthosting.co.za>
2010-07-21 19:08:52tlesherlinkissue4510 messages
2010-07-21 19:08:52tleshercreate