Re: Package proposal modification proposal
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Package proposal modification proposal
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年7月01日 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