This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2019-03-23.05:43:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553319789.39.0.696260004783.issue36405@roundup.psfhosted.org>
In-reply-to
Content
Replace 3 occurrences of 'd = d1.copy(); d.update(d2)' pattern with 'd = {**d1, **d2}'.  Also remove unnecessary imports and uses of __main__.
History
Date User Action Args
2019-03-23 05:43:09terry.reedysetrecipients: + terry.reedy
2019-03-23 05:43:09terry.reedysetmessageid: <1553319789.39.0.696260004783.issue36405@roundup.psfhosted.org>
2019-03-23 05:43:09terry.reedylinkissue36405 messages
2019-03-23 05:43:09terry.reedycreate