[Python-Dev] Status of Python 3.6 PEPs?

INADA Naoki songofacandy at gmail.com
Tue Jul 12 06:05:05 EDT 2016


>
> "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.


More information about the Python-Dev mailing list