New submission from Tal Einat:

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' '`.

----------
components: Build, Demos and Tools
messages: 208481
nosy: larry, taleinat
priority: normal
severity: normal
status: open
title: Argument Clinic: char convertor should use default values of type bytes
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20304>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to