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 afoglia, antlong, belopolsky, rhettinger
Date 2010-07-27.19:56:11
SpamBayes Score 0.0047656326
Marked as misclassified No
Message-id <1280260575.24.0.444617955864.issue9391@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the idea and quick reply. In view of the discussion, I'm going to reject the feature request.  The trade-off in added API complexity isn't worth the benefit especially given that subclassing already provides an option:

class Point(namedtuple('Point', 'x y z')):
    """Planet location with Sun as center point
    and x-axis passing through Alpha Centauri
    and distance measured in light seconds"""
History
Date User Action Args
2010-07-27 19:56:15rhettingersetrecipients: + rhettinger, belopolsky, afoglia, antlong
2010-07-27 19:56:15rhettingersetmessageid: <1280260575.24.0.444617955864.issue9391@psf.upfronthosting.co.za>
2010-07-27 19:56:12rhettingerlinkissue9391 messages
2010-07-27 19:56:11rhettingercreate