Issue 1169: unify symbols and var
http://code.google.com/p/sympy/issues/detail?id=1169

Comment #10 by ondrej.certik:
I don't know. But my patch passes all tests, so feel free to start with  
that.

I suggest:

* make the new behavior of symbols() the default (see the patch) and add the
single_character_names=True all over sympy to all symbols() calls.
* then fix one call at a time by changing:

symbols("xyz", single_character_names=True)

to

symbols("x y z")

and see if it works. That way you either fix all the sympy, or find the bug  
and then
you just debug it using pdb.

Attachments:
        0001-Implements-the-logic-of-var-using-symbols.patch  2.7 KB



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to