Re: Thoughts on importing names from modules into a namespace
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Thoughts on importing names from modules into a namespace
- From: Diego Nehab <diego@...>
- Date: 2006年4月26日 16:41:59 -0400 (EDT)
Hi,
Right. That's why I played it safe and only imported the functions.
This happens even with functions. Replacing one of the
global functions will not cause the other exported functions
to use the replaced global one.
Regards,
Diego.