[PATCH] Make Rational accept arguments of type Integer.

2008-10-21 Thread fabian . seoane
From: Fabian Seoane <[EMAIL PROTECTED]> --- sympy/core/numbers.py| 12 +--- sympy/core/tests/test_numbers.py | 13 + 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/sympy/core/numbers.py b/sympy/core/numbers.py index 000d326..da2b833 100644 ---

Re: [PATCH] Make Rational accept arguments of type Integer.

2008-10-21 Thread Ondrej Certik
This looks good to me. Fredrik, what do you think? Ondrej On Wed, Oct 22, 2008 at 1:11 AM, <[EMAIL PROTECTED]> wrote: > > From: Fabian Seoane <[EMAIL PROTECTED]> > > --- > sympy/core/numbers.py| 12 +--- > sympy/core/tests/test_numbers.py | 13 + > 2 files c

Re: [PATCH] Make Rational accept arguments of type Integer.

2008-10-22 Thread Fredrik Johansson
On Wed, Oct 22, 2008 at 1:14 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > This looks good to me. Fredrik, what do you think? > > Ondrej I don't see anything objectionable. Fredrik --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: [PATCH] Make Rational accept arguments of type Integer.

2008-10-22 Thread Fabian Seoane
pushed in. Special thanks to Frederik for his comments On Oct 22, 2008, at 3:22 PM, Fredrik Johansson wrote: > > On Wed, Oct 22, 2008 at 1:14 AM, Ondrej Certik <[EMAIL PROTECTED]> > wrote: >> >> This looks good to me. Fredrik, what do you think? >> >> Ondrej > > I don't see anything objection