Raymond Hettinger added the comment:

> Yes we will need a deprecation period for this starting with 3.7.

There are two ways to do this.  A wimpy and clean way is to just add a 
deprecation notice in the docs.  The thorough and messy way is to temporarily 
copy everything from the 3.6 collections.abc into the regular collections 
module and then insert deprecation warning code directly in each of copied 
classes.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25988>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to