]> granicus.if.org Git - python/commit
Added support for __all__, which should be a list of modules to be
authorGuido van Rossum <guido@python.org>
Mon, 8 Sep 1997 16:07:11 +0000 (16:07 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Sep 1997 16:07:11 +0000 (16:07 +0000)
commit9905ef966939ff15de6514a4fb994ad0f030d7cf
tree606af222adef621d08d2690a048143c90ab8c9c2
parentc8bf884248e58f0d61ac020c60be01b048c60b2b
Added support for __all__, which should be a list of modules to be
imported when the user says "from package import *".
Python/import.c