[Python-3000] Function overloading (Math in Python 3.0)
Marcin 'Qrczak' Kowalczyk
qrczak at knm.org.pl
Fri May 19 12:53:26 CEST 2006
"Guido van Rossum" <guido at python.org> 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
\__/ qrczak at knm.org.pl
^^ http://qrnik.knm.org.pl/~qrczak/
More information about the Python-3000
mailing list