Ditto +1 option 4 On Wed, Jan 30, 2019, 5:56 PM Paul Moore <[email protected] wrote:
> On Wed, 30 Jan 2019 at 22:35, Raymond Hettinger > <[email protected]> wrote: > > My recommendation is Option 4 as being less disruptive and more > beneficial than the other options. In the unlikely event that anyone is > currently depending on the reordering methods for the output of _asdict(), > the remediation is trivially simple: nt._asdict() -> > OrderedDict(nt.as_dict()). > > > > What do you all think? > > +1 from me on option 4. > > Paul > _______________________________________________ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/mertz%40gnosis.cx >
_______________________________________________ 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
