[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Package proposal modification proposal
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 01 Jul 2005 17:29:06 -0300
> Perhaps "foo" could be notified in some other way.
Does it really have to know? Is it common for "a.b" not to need "a" and,
moreover, "a" be too heavy compared to "a.b"?
(As far as I know, Python always import the whole "a" when importing
"a.b", and people seem quite happy with Python...)
-- Roberto