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 cjrh
Recipients brandtbucher, cjrh, vapier
Date 2020-03-10.09:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583832671.77.0.26229355323.issue39857@roundup.psfhosted.org>
In-reply-to
Content
The dict unpacking generalizations that I posted were added in Python 3.5, which is pretty old by now. (But, true, is in Python 3 and not Python 2). This is the PEP: https://www.python.org/dev/peps/pep-0448/

The new syntax that Brandt posted will indeed only be available from 3.9 on.
History
Date User Action Args
2020-03-10 09:31:11cjrhsetrecipients: + cjrh, vapier, brandtbucher
2020-03-10 09:31:11cjrhsetmessageid: <1583832671.77.0.26229355323.issue39857@roundup.psfhosted.org>
2020-03-10 09:31:11cjrhlinkissue39857 messages
2020-03-10 09:31:11cjrhcreate