"Guido van Rossum" <[EMAIL PROTECTED]> writes:

> But even so we'd have to solve the delayed-loading issue: you don't
> want "import gmath" to imply "import decimal, math, cmath, gnump" nor
> would you (ideally) have "import decimal" imply "import gmath". But if
> both are imported (in either order) the right thing should happen.
> How...?

What's wrong with "import decimal" implying "import gmath"?

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to