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 zach.ware
Recipients larry, zach.ware
Date 2014-01-10.14:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389363869.92.0.108132930531.issue20172@psf.upfronthosting.co.za>
In-reply-to
Content
Ahhhh, much better.  An empty subclass doesn't do quite the right thing, but `class REGSAM_converter(int_converter): type = 'REGSAM'` does the trick (see http://hg.python.org/sandbox/zware/rev/5af08aa49631).

Thanks, Larry!

(Next will probably be trying to get a proper HKEY converter to work, but I'm holding off on that until I have most everything else clinicized first.)
History
Date User Action Args
2014-01-10 14:24:29zach.waresetrecipients: + zach.ware, larry
2014-01-10 14:24:29zach.waresetmessageid: <1389363869.92.0.108132930531.issue20172@psf.upfronthosting.co.za>
2014-01-10 14:24:29zach.warelinkissue20172 messages
2014-01-10 14:24:29zach.warecreate