On Wed, Sep 30, 2020 at 10:41 AM Sebastian Kreft <[email protected]> wrote:
> If I understood correctly what's going on, what would the difference between
>
> del internally_inches[4:6, 8:10, unit="meters"] and del 
> internally_inches[4:6, 8:10, unit="inches"]
>

Probably nothing, which shows that the ability to have keyword args
doesn't mean you HAVE to have keyword args. It would make good sense
to have an API that involves units for set and get, but ignores them
for delete.

ChrisA
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/SGWGVVL467IQMYUY6IBBQWKAWXIY3B6W/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to