Nick Coghlan wrote:
zooko wrote:

Q1.  You type "import foo" and it works.  What kind of thing is foo?

foo is a package or a module. Not enough information is provide here to say which.

Actually, it could be anything! But it's *probably* a module
(or package, but a package is also a module, if we're being
fussy about terminology).

--
Greg
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to