[Python-ideas] PEP: Dict addition and subtraction

Brandt Bucher brandtbucher at gmail.com
Fri Mar 1 11:48:56 EST 2019


I’ve never been part of this process before, but I’m interested in learning and helping any way I can.

My addition implementation is attached to the bpo, and I’m working today on bringing it in line with the PEP in its current form (specifically, subtraction operations).

https://github.com/python/cpython/pull/12088

Brandt

> On Mar 1, 2019, at 08:26, Steven D'Aprano <steve at pearwood.info> wrote:
> 
> Attached is a draft PEP on adding + and - operators to dict for 
> discussion.
> 
> This should probably go here:
> 
> https://github.com/python/peps
> 
> but due to technical difficulties at my end, I'm very limited in what I 
> can do on Github (at least for now). If there's anyone who would like to 
> co-author and/or help with the process, that will be appreciated.
> 
> 
> -- 
> Steven
> <dict_addition_pep.txt>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20190301/e623ea22/attachment.html>


More information about the Python-ideas mailing list