[Python-Dev] Draft PEP: "Simplified Package Layout and Partitioning"

Antoine Pitrou solipsis at pitrou.net
Fri Jul 22 03:04:49 CEST 2011


Le vendredi 22 juillet 2011 à 10:58 +1000, Nick Coghlan a écrit :
> On Fri, Jul 22, 2011 at 10:00 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> > Wouldn't it produce confusing situations like the above example?
> 
> I don't see how it is any more confusing than any other form of module
> shadowing.

The additional confusion lies in the fact that a module can be shadowed
by something which is not a module (a mere global variable). I find it
rather baffling.

Regards

Antoine.




More information about the Python-Dev mailing list