>>>>> "GvR" == Guido van Rossum <guido@python.org> writes:
GvR> To the contrary. Only problem is how to prevent loading all
GvR> of optik when one imports getopt.getopt (and getopt.error).
Too bad modules can't have __getattr__'s :)
Seriously, I wonder if it's time to write (or adopt) a general
autoloading facility for Python?
-Barry