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, serhiy.storchaka
Date 2017-12-24.18:34:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514140461.9.0.213398074469.issue32360@psf.upfronthosting.co.za>
In-reply-to
Content
> * asyncio/base_events.py:  Used for local variable. 
> * email/_header_value_parser.py: Used for local variable.
> * json: Examples (in document and docstring) for keeping order, and json.tool.

All of these modules have active maintainers.  You should create separate issues for each one of these and assign to those maintainers.  You don't just get to mow down all the other developers.  That isn't how we work together.

In the JSON module, there does need to be an example of how to use object_pairs_hook, so you will need to come up with a replacement or an additional note explaining in Py3.7 and later, most of the OrderedDict use cases have been supplanted by the regular dict.
History
Date User Action Args
2017-12-24 18:34:21rhettingersetrecipients: + rhettinger, methane, serhiy.storchaka
2017-12-24 18:34:21rhettingersetmessageid: <1514140461.9.0.213398074469.issue32360@psf.upfronthosting.co.za>
2017-12-24 18:34:21rhettingerlinkissue32360 messages
2017-12-24 18:34:21rhettingercreate