function with a state

Mike Meyer mwm at mired.org
Sun Mar 6 18:09:42 EST 2005


"Xah Lee" <xah at xahlee.org> writes:

> the Python doc is quite stilted. Where in the python doc is a programer
> supposed read about how the package/module system in Python works?
> (besides the tutorial that touches it)

The python docs at <URL: http://docs.python.org/ref/naming.html > are
perfectly clear. It explains the namespaces used when resolving
variable names, and how to subvert the standard resolution to solve
your problem.

     <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list