Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium NeedsReview

New issue 1528 by asmeurer: Fix any/all import to work correctly with  
Python 3.0
http://code.google.com/p/sympy/issues/detail?id=1528

Currently utilities/__init__.py imports SymPy versions of any() and all()  
if the second number in the
Python version is less than 5, for Python 2.4 support.  But this would end  
up not working correctly
in Python 3.0-3.4, because the second version number is also less than 5.

This simple patch fixes it by also checking that the first number is <= 2.   
Pull from
http://github.com/asmeurer/sympy/tree/any-all-fix

--
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 sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to