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 brett.cannon, rhettinger
Date 2008-03-17.20:36:00
SpamBayes Score 0.2915458
Marked as misclassified No
Message-id <1205786161.14.0.691393234472.issue2323@psf.upfronthosting.co.za>
In-reply-to
Content
Closing as a duplicate of issue 1820.

I had been working on this, but there are limits to it. The constructors
are completely different so not all of the API can be synced.  The
__repr__ method is already synced-up.  All that is still needed is
_asdict(), _fields, and _replace().  The important parts like the
__repr__, matching most of the tuple API, and attribute access are
already done.
History
Date User Action Args
2008-03-17 20:36:01rhettingersetspambayes_score: 0.291546 -> 0.2915458
recipients: + rhettinger, brett.cannon
2008-03-17 20:36:01rhettingersetspambayes_score: 0.291546 -> 0.291546
messageid: <1205786161.14.0.691393234472.issue2323@psf.upfronthosting.co.za>
2008-03-17 20:36:00rhettingerlinkissue2323 messages
2008-03-17 20:36:00rhettingercreate