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 taleinat
Recipients larry, taleinat
Date 2014-01-19.16:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390147552.3.0.578579941463.issue20304@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally, the char converter doesn't create valid c defaults. For example, I got " " instead of ' ' for fillchar, which has type char, so I had to manually set c_default = "' '".
History
Date User Action Args
2014-01-19 16:05:52taleinatsetrecipients: + taleinat, larry
2014-01-19 16:05:52taleinatsetmessageid: <1390147552.3.0.578579941463.issue20304@psf.upfronthosting.co.za>
2014-01-19 16:05:52taleinatlinkissue20304 messages
2014-01-19 16:05:52taleinatcreate