On Mon, Jun 20, 2016 at 12:31 PM, Nikita Nemkin <nik...@nemkin.ru> wrote: > Right. Ordered by default is a very serious implementation constraint. > It's only superior in a sense that it completely subsumes/obsoletes > PEP 520.
Just to be clear, PEP 520 is more than just OrderedDict-by-default. In fact, the key point is preserving the definition order, which the PEP now reflects better. Raymond's compact dict would only provide the ordered-by-default part and does nothing to persist the definition order like the PEP specifies. -eric _______________________________________________ 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