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 brett.cannon
Recipients brett.cannon, larry
Date 2014-01-07.23:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389138950.14.0.11203887334.issue20152@psf.upfronthosting.co.za>
In-reply-to
Content
I have attached my conversion of import.c. Larry, can you look it over to make sure I did it as expected? I tried to not have to write my own converter for O& as the docs seem to suggest object(converter='...') should work, but I got an error instead.
History
Date User Action Args
2014-01-07 23:55:50brett.cannonsetrecipients: + brett.cannon, larry
2014-01-07 23:55:50brett.cannonsetmessageid: <1389138950.14.0.11203887334.issue20152@psf.upfronthosting.co.za>
2014-01-07 23:55:50brett.cannonlinkissue20152 messages
2014-01-07 23:55:50brett.cannoncreate