This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients methane, rhettinger
Date 2017-12-23.23:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514070573.33.0.213398074469.issue32360@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-12-23 23:09:33rhettingersetrecipients: + rhettinger, methane
2017-12-23 23:09:33rhettingersetmessageid: <1514070573.33.0.213398074469.issue32360@psf.upfronthosting.co.za>
2017-12-23 23:09:33rhettingerlinkissue32360 messages
2017-12-23 23:09:33rhettingercreate