On 12 July 2016 at 20:05, INADA Naoki <songofaca...@gmail.com> wrote: >> >> "PEP 520 -- Preserving Class Attribute Definition Order" >> https://www.python.org/dev/peps/pep-0520/ >> => accepted -- what is the status of its implementation? >> I also see some discussions for even more compact dict implementation. > > Here is implementation of the compact dict preserving insertion order. > http://bugs.python.org/issue27350 > > I hope it is reviewed before merging PEP 520 implementation.
Several of my review comments on the draft 520 implementation were aimed at ensuring the assumption of the use of ODict specifically were minimised, so the test, docs and implementation tweaks needed to adjust back to an insertion-ordered-by-default plain dict will be pretty minimal, even if the current 520 implementation lands first (which seems likely). Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com