STINNER Victor added the comment:

The collections module is loaded by the io module. You removed "from 
collections.abc import MutableMapping" from os.py. To be useful, you have also 
to rewrite the whole io module to remove all references to the collections.abc 
module, right?

----------
nosy: +haypo

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

Reply via email to