Hi Jonathan, On 12/27/19 3:16 PM, Jonathan Fine wrote: > Summary: dict.update(self, other) corresponds to 'merge-right'. Perhaps add > dict.gapfill(self, other), which corresponds to 'merge-left'. This post > defines dict.gapfill, and discusses update and gapfill in the context of > PEP 584. IMHO its a clear/explicit name on what it's going happen, what do you think on using 'dict.fillgap' for this operation?
Regards, francis _______________________________________________ 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/5SYLFMW6CRU47AKHMSJTLQETIE7VDCXN/ Code of Conduct: http://python.org/psf/codeofconduct/
