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 SilentGhost
Recipients SilentGhost, georg.brandl, leewz
Date 2016-04-20.11:48:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461152938.89.0.283182437057.issue26809@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn't say it matter, "from configparser import _ChainMap" works too, but that's just how imports work in Python. There is not reason to do what you've done on purpose - ChainMap is undocumented and is clearly just a detail of implementation.

The fact that ChainMap pollutes namespace when doing star import ("from string import *"), however, is unfortunate. I believe there was an issue around that was supposed to add missing __all__, but I'm not able to find that issue atm.
History
Date User Action Args
2016-04-20 11:48:58SilentGhostsetrecipients: + SilentGhost, georg.brandl, leewz
2016-04-20 11:48:58SilentGhostsetmessageid: <1461152938.89.0.283182437057.issue26809@psf.upfronthosting.co.za>
2016-04-20 11:48:58SilentGhostlinkissue26809 messages
2016-04-20 11:48:58SilentGhostcreate