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 vstinner
Recipients Arfrever, barry, christian.heimes, eric.snow, pitrou, rhettinger, vstinner
Date 2013-10-11.09:14:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381482854.8.0.537749919532.issue19218@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-10-11 09:14:14vstinnersetrecipients: + vstinner, barry, rhettinger, pitrou, christian.heimes, Arfrever, eric.snow
2013-10-11 09:14:14vstinnersetmessageid: <1381482854.8.0.537749919532.issue19218@psf.upfronthosting.co.za>
2013-10-11 09:14:14vstinnerlinkissue19218 messages
2013-10-11 09:14:14vstinnercreate