Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

> * 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.

----------

_______________________________________
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

Reply via email to