Message76852
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. |
|
Date |
User |
Action |
Args |
2008-12-03 23:38:38 | brett.cannon | set | recipients:
+ brett.cannon |
2008-12-03 23:38:38 | brett.cannon | set | messageid: <1228347518.63.0.0108612017272.issue4510@psf.upfronthosting.co.za> |
2008-12-03 23:38:36 | brett.cannon | link | issue4510 messages |
2008-12-03 23:38:36 | brett.cannon | create | |
|