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 eric.snow
Recipients christian.heimes, eric.snow
Date 2013-10-10.18:35:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381430114.97.0.0247147144476.issue19218@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch for an alternate approach.  It does not require re-implementing MutableMapping (could get out of sync) and does not require rearranging collections.abc.  Instead it uses a metaclass to resolve the import issue lazily.
History
Date User Action Args
2013-10-10 18:35:15eric.snowsetrecipients: + eric.snow, christian.heimes
2013-10-10 18:35:14eric.snowsetmessageid: <1381430114.97.0.0247147144476.issue19218@psf.upfronthosting.co.za>
2013-10-10 18:35:14eric.snowlinkissue19218 messages
2013-10-10 18:35:14eric.snowcreate