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 brett.cannon
Recipients brett.cannon
Date 2008-12-03.23:38:36
SpamBayes Score 3.213452e-05
Marked as misclassified No
Message-id <1228347518.63.0.0108612017272.issue4510@psf.upfronthosting.co.za>
In-reply-to
Content
If you try to remove something from a list, e.g. ``[].remove(1)``, the
message from ValueError is rather useless: "ValueError: list.remove(x):
x not in list". It should probably list the repr for the argument to
help in debugging.
History
Date User Action Args
2008-12-03 23:38:38brett.cannonsetrecipients: + brett.cannon
2008-12-03 23:38:38brett.cannonsetmessageid: <1228347518.63.0.0108612017272.issue4510@psf.upfronthosting.co.za>
2008-12-03 23:38:36brett.cannonlinkissue4510 messages
2008-12-03 23:38:36brett.cannoncreate