[Python-ideas] Boolean parameters guidelines

Sven R. Kunze srkunze at mail.de
Thu May 12 03:56:21 EDT 2016


On 12.05.2016 01:48, Chris Angelico wrote:
> So style guides can't really recommend "always use keyword arguments",
> as there are too many functions implemented in C that don't take any
> keyword args.

I don't think "sometimes technically impossible" prevents a 
recommendation. Do-it-when-possible-otherwise-don't suffices here.

The same holds for boolean values.

Sven


More information about the Python-ideas mailing list