On 27/08/20 10:53 am, Todd wrote:
On Wed, Aug 26, 2020, 18:04 Stefano Borini <stefano.bor...@gmail.com <mailto:stefano.bor...@gmail.com>> wrote:

    On Wed, 26 Aug 2020 at 17:50, David Mertz <me...@gnosis.cx
    <mailto:me...@gnosis.cx>> wrote:
    you want this

    acquired_data[time, detector]

    to be allowed to be written as

    acquired_data[time=time, detector=detector]

Again, implicit on your argument here is the assumption that all keyword indices necessarily map into positional indices.

No, David is saying that it should be *possible* (and not too difficult)
to make that happen. Positional-only arguments can be used by classes
that want to keep positional and keyword args completely separate.

--
Greg
_______________________________________________
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/RLUZM4XDYLTPUK3A7V25EPDPYKUIRYXA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to