Raymond Hettinger <raymond.hettin...@gmail.com> added the comment: These should be looked at one at a time (no sweeping search and replace missions).
The original author should be consulted when possible (they are in a better position to judge whether the original intent was preserved). Published APIs should not be changed (i.e. you can't just change the default argument for configparser). Docs should be changed carefully (i.e. let Bob Ippolito decide whether he wants to change the examples of how to use the object_pairs_hook). Guido was very clear that you can't just downgrade every occurrence of OrderedDict with dict. Please don't be so aggressive (grepping every occurrence in the standard library without giving it individual consideration). ---------- nosy: +rhettinger _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32360> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com