[Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
Chris Angelico
rosuav at gmail.com
Thu Sep 8 17:45:27 EDT 2016
More information about the Python-Dev mailing list
Thu Sep 8 17:45:27 EDT 2016
- Previous message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Next message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Sep 9, 2016 at 6:22 AM, Victor Stinner <victor.stinner at gmail.com> wrote: > A nice "side effect" of compact dict is that the dictionary now > preserves the insertion order. It means that keyword arguments can now > be iterated by their creation order: > This is pretty sweet! Of course, there are going to be 1172 complaints from people who's doctests have been broken, same as when hash randomization came in, but personally, I don't care. Thank you for landing this! ChrisA
- Previous message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Next message (by thread): [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list