Re: Redefine the module() function
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Redefine the module() function
- From: "Patrick Donnelly" <batrick.donnelly@...>
- Date: 2008年1月14日 04:25:17 -0700
Unless you changed the environment of the original module function
(not yours), then the behavior be identical. You've also not really
told us what _is_ going wrong.
Because you say that you have the redefined module function in an
environment different from the original, when you load a new module,
it will not see the redefined module function (because the redefined
module function is not in the real global environment). Is that your
problem?
--
-Patrick Donnelly
"One of the lessons of history is that nothing is often a good thing
to do and always a clever thing to say."
-Will Durant