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 audax
Recipients audax
Date 2008-09-26.12:01:50
SpamBayes Score 3.2027623e-05
Marked as misclassified No
Message-id <1222430514.93.0.950826754089.issue3974@psf.upfronthosting.co.za>
In-reply-to
Content
Rewrite of the namedtuple implementation to avoid the use of exec for
class generation.  The new code uses a custom class dictionary and the
builtin type to create new classes dynamically.
History
Date User Action Args
2008-09-26 12:01:55audaxsetrecipients: + audax
2008-09-26 12:01:54audaxsetmessageid: <1222430514.93.0.950826754089.issue3974@psf.upfronthosting.co.za>
2008-09-26 12:01:53audaxlinkissue3974 messages
2008-09-26 12:01:53audaxcreate