Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 1998 by [email protected]: Can't use any, all, iff, ... in the
core
http://code.google.com/p/sympy/issues/detail?id=1998
Functions from sympy.utilities such as any, all, iff, @deprecated,...
cannot be used in some parts of the core due to import circularity, even
though they have no external dependencies themselves.
I suggest moving minkey(), iff(), all(), any() from
sympy.utilities.iterables to a new module in the core, maybe
sympy.core.compatibility, and transferring @deprecated from
sympy.utilities.decorator to sympy.
--
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.