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 larry, taleinat
Date 2014-01-24.22:30:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390602613.82.0.394835449266.issue20385@psf.upfronthosting.co.za>
In-reply-to
Content
Way ahead of you.  The "class" directive will have to change:

    class name typedef type_object

On the other hand, this means that Argument Clinic can automatically give the right type to the default self converter.  So most people won't have to write custom self converter classes anymore.  Argument Clinic giveth, and it taketh away.
History
Date User Action Args
2014-01-24 22:30:13larrysetrecipients: + larry, taleinat
2014-01-24 22:30:13larrysetmessageid: <1390602613.82.0.394835449266.issue20385@psf.upfronthosting.co.za>
2014-01-24 22:30:13larrylinkissue20385 messages
2014-01-24 22:30:13larrycreate