This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients PAG, rhettinger
Date 2010-08-08.01:15:10
SpamBayes Score 0.0035154829
Marked as misclassified No
Message-id <1281230113.11.0.99261713792.issue9507@psf.upfronthosting.co.za>
In-reply-to
Content
Applied in r83808 for Python 3.2.

Am not backporting because I don't consider it a bug
and the documented subclassing technique is:
   class A(namedtuple('A', 'x y')):
       ...
History
Date User Action Args
2010-08-08 01:15:13rhettingersetrecipients: + rhettinger, PAG
2010-08-08 01:15:13rhettingersetmessageid: <1281230113.11.0.99261713792.issue9507@psf.upfronthosting.co.za>
2010-08-08 01:15:11rhettingerlinkissue9507 messages
2010-08-08 01:15:10rhettingercreate