Message190816
It may not enough, but the use of namedtuples (vs. plain tuples) with functools.singledispatch() would be messier without a NamedTuple ABC (or other base type). Of course, when would you want to dispatch specifically on namedtuple? I can think of a few relatively weak uses, but not enough to justify the cost of establishing a common base class for namedtuple. |
|
| Date |
User |
Action |
Args |
| 2013-06-08 18:29:13 | eric.snow | set | recipients:
+ eric.snow, rhettinger, amaury.forgeotdarc, pitrou, thead, eric.araujo, zuo, pwaller, daniel.urban, santoso.wijaya, python-dev |
| 2013-06-08 18:29:13 | eric.snow | set | messageid: <[email protected]> |
| 2013-06-08 18:29:13 | eric.snow | link | issue7796 messages |
| 2013-06-08 18:29:13 | eric.snow | create | |
|