On Tue, Sep 29, 2020 at 6:56 PM David Mertz <[email protected]> wrote: > I still think it would improve the PEP significantly if it added one case > of mixed positional/keyword indexing. Lots of suggestions have floated by, > and I don't care which one is used, but something to demonstrate that > within the PEP. > I agree, that use case should ideally be one that could have get, set and delete semantics. As most of the examples provided seem to only be meant for accessing the data.
> > On Tue, Sep 29, 2020 at 11:43 AM Guido van Rossum <[email protected]> > wrote: > >> At this point I think we're all set for use cases, both for keyword-only >> and for mixed use. Clearly a lot of libraries are going to be able to >> provide better APIs using this PEP, and mixed use of positionals and >> keywords will be quite useful to some of these. >> >> -- >> --Guido van Rossum (python.org/~guido) >> *Pronouns: he/him **(why is my pronoun here?)* >> <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-change-the-world/> >> _______________________________________________ >> 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/7KTEXJX5BCXQTJDFIN4N3VIFF4OY3WYO/ >> Code of Conduct: http://python.org/psf/codeofconduct/ >> > > > -- > The dead increasingly dominate and strangle both the living and the > not-yet born. Vampiric capital and undead corporate persons abuse > the lives and control the thoughts of homo faber. Ideas, once born, > become abortifacients against new conceptions. > _______________________________________________ > 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/2FDXU6H2VNYBKBEN3DCRADY2DFBEBZG7/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- Sebastian Kreft
_______________________________________________ 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/5CA2X4BSRVEHUXEDJ4AYYW7F7TNOWPCB/ Code of Conduct: http://python.org/psf/codeofconduct/
