summaryrefslogtreecommitdiff
path: root/py/objnamedtuple.c
AgeCommit message (Expand)Author
2014-03-03namedtuple: Inherit unary/binary ops from tuple base class.Paul Sokolovsky
2014-03-03Add basic collections.namedtuple implementation.Paul Sokolovsky