On Wed, Sep 30, 2020 at 10:41 AM Sebastian Kreft <skr...@gmail.com> 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 -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/SGWGVVL467IQMYUY6IBBQWKAWXIY3B6W/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to