+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 -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/KCH45DFSBMHFTEMQADTAN7XPIHLF2RHJ/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-Dev] Re: Proposal: Allow non-default aft... Steven D'Aprano
- [Python-Dev] Re: Proposal: Allow non-default... Brett Cannon
- [Python-Dev] Re: Proposal: Allow non-default... Terry Reedy
- [Python-Dev] Re: Proposal: Allow non-def... Sebastian Rittau
- [Python-Dev] Re: Proposal: Allow no... Terry Reedy
- [Python-Dev] Re: Proposal: Allo... Guido van Rossum
- [Python-Dev] Re: Proposal: Allo... Richard Damon
- [Python-Dev] Re: Proposal: Allow non-default after d... Petr Viktorin
- [Python-Dev] Re: Proposal: Allow non-default aft... Victor Stinner
- [Python-Dev] Re: Proposal: Allow non-default aft... Sebastian Rittau
- [Python-Dev] Re: Proposal: Allow non-default after defaul... Samuel T.