Message87996
> Would inheriting from MutableMapping fix this problem?
In principle: some of it, yes. These types are written in C,
so I'm not sure how exactly it would work. Also, it
still wouldn't provide all methods, e.g. copy(), fromkeys(),
get(), values(), items() would still be missing, as would
iteration (although the dict documentation apparently never
says that iterating over a dict is supported). |
|
Date |
User |
Action |
Args |
2009-05-17 14:52:57 | loewis | set | recipients:
+ loewis, georg.brandl, pitrou |
2009-05-17 14:52:56 | loewis | link | issue6045 messages |
2009-05-17 14:52:55 | loewis | create | |
|