Customize the effect of enumerate()?

Fredrik Lundh fredrik at pythonware.com
Mon Oct 23 07:54:44 EDT 2006


"Dustan" wrote:

> Except that my program is supposed to be treated as a module with tools
> to do certain things. I certainly can't control whether a 3rd party
> programmer uses "import myModule" or "from myModule import *".

anything can happen if people use "from import *" in the wrong way, so that's
not much of an argument, really.

</F> 






More information about the Python-list mailing list