[Python-ideas] namedtuple.abc -- draft implementation (was: namedtuple() subclasses again)
Raymond Hettinger
raymond.hettinger at gmail.com
Sun Mar 27 19:13:20 CEST 2011
On Mar 27, 2011, at 8:46 AM, Jan Kaliszewski wrote:
> Here is a draft implementation:
>
> http://dpaste.org/T9w6/
>
> Please note that namedtuple API is not touched, except adding 'abc'
> attribute (being the abstract base class in question).
There is an open tracker item for a namedtuple.abc.
Please attach you patch there (issue7796).
Raymond
More information about the Python-ideas
mailing list