[Python-Dev] Re: Proposal: Allow non-default after default arguments

2023年10月16日 14:48:54 -0700

+1 on this. Typeshed is full of examples of extra overloads due to this. Mainly 
because of a case where a parameter with a default argument isn't actually 
optional (ie, using the default argument would necessary lead to an error). 
openpyxl stubs in particular is chockful of them.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/KCH45DFSBMHFTEMQADTAN7XPIHLF2RHJ/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to