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 larry
Recipients brett.cannon, larry, ncoghlan, pitrou
Date 2013-11-23.22:10:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385244617.74.0.861364376519.issue19730@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a fresh patch.  I added a third new feature: the "self converter", which allows you to change the type of (or rename) self.  For an example of its use, check out dbm.dbm.get in Modules/_dbmmodule.c.
History
Date User Action Args
2013-11-23 22:10:17larrysetrecipients: + larry, brett.cannon, ncoghlan, pitrou
2013-11-23 22:10:17larrysetmessageid: <1385244617.74.0.861364376519.issue19730@psf.upfronthosting.co.za>
2013-11-23 22:10:17larrylinkissue19730 messages
2013-11-23 22:10:17larrycreate