Message207051
True. I meant similar in that Python will use what's available to fill in the blank:
class has __eq__ but user tried != ? use __eq__ and invert result
class has __index__ but user tried int() ? use __index__ as-is |
|
Date |
User |
Action |
Args |
2013-12-28 20:23:56 | ethan.furman | set | recipients:
+ ethan.furman, benjamin.peterson |
2013-12-28 20:23:56 | ethan.furman | set | messageid: <1388262236.54.0.452323443048.issue20092@psf.upfronthosting.co.za> |
2013-12-28 20:23:56 | ethan.furman | link | issue20092 messages |
2013-12-28 20:23:56 | ethan.furman | create | |
|