Thanks Eric! The synergy between this PEP and the compact dict is amazing BTW. Clearly its time has come. Therefore:
PEP 468 is now accepted. You may as well call it Final, since all we need to do now is update the docs. Congrats!! --Guido On Thu, Sep 8, 2016 at 1:20 PM, Eric Snow <[email protected]> wrote: > see: https://github.com/python/peps/blob/master/pep-0468.txt > > With the introduction of the compact dict implementation for CPython > 3.6, PEP 468 becomes no more than a change to the language reference. > I've adjusted the PEP to specify use of an ordered mapping rather than > exactly OrderedDict. Thanks! > > -eric > _______________________________________________ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/guido%40python.org -- --Guido van Rossum (python.org/~guido) _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
