imported B.
I find that interesting. I would have thought that if I hadn't
explicitly imported a module I would either be forced to use the
qualified name, not use the function at all, or at the very least be
allowed to qualify the name.
thanks
Jason
> Original Message ----
On Wed, 2004-12-08 at 07:58 -0700, [EMAIL PROTECTED] wrote:
> I've got a general new person type question.
>
> I understand that I can hide a function in a module that I am importing
> if it conflicts with another identical function name.
>
> But if the situation arises that I would like to use t
[EMAIL PROTECTED] wrote:
I've got a general new person type question.
I understand that I can hide a function in a module that I am importing
if it conflicts with another identical function name.
But if the situation arises that I would like to use two identically
named functions from two differen
On Wed, 8 Dec 2004 [EMAIL PROTECTED] wrote:
> But if the situation arises that I would like to use two identically
> named functions from two different modules is there anyway for me to
> specify that I want to use the function from module A rather then the
> function from module B.
A.func
B.fu