Hi, On 24 June 2016 at 23:52, Eric Snow <ericsnowcurren...@gmail.com> wrote: > Pending feedback, the impact on Python implementations is expected to > be minimal. If a Python implementation cannot support switching to > `OrderedDict``-by-default then it can always set ``__definition_order__`` > to ``None``.
That's wishful thinking. Any Python implementation that sets ``__definition_order__`` to None where CPython sets it to something useful is likely going to break programs and be deemed not fully compatible. (Note: this PEP is not a problem for PyPy.) A bientôt, Armin. _______________________________________________ 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