[Python-Dev] Keyword-only parameters (original) (raw)
Ethan Furman ethan at stoneleaf.us
Tue Apr 14 21:10:39 CEST 2015
- Previous message (by thread): [Python-Dev] Keyword-only parameters
- Next message (by thread): [Python-Dev] Aprender Pythton
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 numericowner keyword-only.
os.path and shutil make extensive use of keyword-only params.
--
Ethan
- Previous message (by thread): [Python-Dev] Keyword-only parameters
- Next message (by thread): [Python-Dev] Aprender Pythton
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]