Message191619
That solution looks right. Problem is that it would need to either go directly into isinstance() or type would need to grow an __instancecheck__ to deal with this case since you can't override isinstance from the instance end. That I'm not sure people are okay with. |
|
| Date |
User |
Action |
Args |
| 2013-06-21 22:40:13 | brett.cannon | set | recipients:
+ brett.cannon, rhettinger, pitrou, benjamin.peterson |
| 2013-06-21 22:40:13 | brett.cannon | set | messageid: <[email protected]> |
| 2013-06-21 22:40:13 | brett.cannon | link | issue18275 messages |
| 2013-06-21 22:40:13 | brett.cannon | create | |
|