Status: Started
Owner: [email protected]
Labels: Type-Defect Priority-Medium Milestone-Release0.7.0 NeedsReview

New issue 1943 by [email protected]: Need a superclass of Function that doesn't subclass Expr
http://code.google.com/p/sympy/issues/detail?id=1943

Some classes, such as BooleanFunction, need to subclass Function but not
Expr, but Function is a subclass of Expr, so there needs to be a superclass
of Function that is a direct subclass of Basic and the methods of Function
that aren't Expr-specific should be moved there.

I've implemented this in
[http://github.com/rlamy/sympy/commits/Application], the superclass is
named Application.

--
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