[Python-Dev] Keyword-only parameters

Ethan Furman ethan at stoneleaf.us
Tue Apr 14 21:10:39 CEST 2015


On 04/14, Eric V. Smith wrote:

> But, I don't see a lot of keyword-only parameters being added to stdlib
> code. Is there some position we've taken on this? Barring someone saying
> "stdlib APIs shouldn't contain keyword-only params", I'm inclined to
> make numeric_owner keyword-only.

os.path and shutil make extensive use of keyword-only params.

--
~Ethan~


More information about the Python-Dev mailing list