On Thu, Nov 20, 2008 at 2:18 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 19, 2008 at 10:42 PM, Lance Larsen <[EMAIL PROTECTED]> wrote:
>>
>> For what it is worth, I fixed the errors in the last patch submitted.
>> Looks like a previous patch has already been applied in main
>> repository though. I used a different method to export this patch. I
>
> Which patch was applied in the main repo?
>
>> used the command 'hg qdiff' to get the diff info and stole the patch
>> header from my previously submitted patch. Don't know if this causes
>> problems. 'hg email' was complaining about my parent repository setup
>> and I didn't have time to debug this so I tried a workaround.
>
> It should not cause problems. But you can easily export patches using
> "hg export tip" or just passing some particular revision to it.
>
> This patch looks good to me. Brian -- is it ok with you as well?

Btw, as to the argument that by giving all **kw arguments to the user
--- why not to just use this:

In [3]: (x*y).subs(dict(x=5, y=3))
Out[3]: 15

which works right now with the current sympy?

Ondrej

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to