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.15:51:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390146665.62.0.375243979235.issue20304@psf.upfronthosting.co.za>
In-reply-to
Content
For example, in `Object/stringlib/transmogrify.h`, the methods `ljust` and `rjust` have an argument named `fillchar` of type char. It's Python default value should be b' ', but the only way I've found to do that is by setting `py_default = b' '`.
History
Date User Action Args
2014-01-19 15:51:05taleinatsetrecipients: + taleinat, larry
2014-01-19 15:51:05taleinatsetmessageid: <1390146665.62.0.375243979235.issue20304@psf.upfronthosting.co.za>
2014-01-19 15:51:05taleinatlinkissue20304 messages
2014-01-19 15:51:05taleinatcreate