Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-07-17 Thread sympy
Updates: Status: Started Comment #10 on issue 2135 by asmeurer: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 I'm working on this. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group,

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-07-17 Thread sympy
Comment #11 on issue 2135 by vlada.pe...@gmail.com: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 Ack! I've done it already (pretty much), testing now... Maybe we can combine our work somehow? -- You received this message because you are subscribed to

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-07-16 Thread sympy
Comment #9 on issue 2135 by asmeurer: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 This would be nice to fix before this next small release, but it's not essential. -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-06-28 Thread sympy
Comment #8 on issue 2135 by asmeurer: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 We've released. So now all that needs to be done is to remove the Python 2.4 stuff from compatibility (any, all, minkey, iff), and any other Python 2.4 specific stuff.

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-05-15 Thread sympy
Issue 2135: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 This issue is no longer blocking issue 1998. See http://code.google.com/p/sympy/issues/detail?id=1998 -- You received this message because you are listed in the owner or CC fields of this issue, or

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-02-01 Thread sympy
Issue 2135: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 This issue is now blocking issue 2176. See http://code.google.com/p/sympy/issues/detail?id=2176 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-01-14 Thread sympy
Updates: Labels: -Priority-Medium -Milestone-Release0.7.0 -PassedReview -asmeurer Priority-High Milestone-Release0.7.1 Comment #6 on issue 2135 by asmeurer: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 The deprecation warning has been pushed in. Now we

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-01-04 Thread sympy
Issue 2135: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 This issue is now blocking issue 1998. See http://code.google.com/p/sympy/issues/detail?id=1998 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-01-04 Thread sympy
Comment #2 on issue 2135 by mattpap: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 This way we will be also able to use things like collections.Callable instead of callable() to move towards Python 3. -- You received this message because you are subscribed

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-01-04 Thread sympy
Comment #3 on issue 2135 by asmeurer: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 I actually made a list of things we can do once we drop Python 2.4 in that second mailing list link above. This wasn't one of the items, though. Personally, I can't wait

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-01-04 Thread sympy
Comment #4 on issue 2135 by mattpap: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 Imagine wrapping the options manager around a with statement. See sympy/polys/polycontext.py ;) (__enter__ and __exit__ currently raise NotImplemented error, but it's not a

Issue 2135 in sympy: Drop support for Python 2.4

2011-01-03 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Milestone-Release0.7.0 New issue 2135 by asmeurer: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 Unless there are any objections, I think we should do what was suggested at

Re: Issue 2135 in sympy: Drop support for Python 2.4

2011-01-03 Thread sympy
Updates: Labels: NeedsReview asmeurer Comment #1 on issue 2135 by asmeurer: Drop support for Python 2.4 http://code.google.com/p/sympy/issues/detail?id=2135 See https://github.com/sympy/sympy/pull/60. -- You received this message because you are subscribed to the Google Groups