On Sat, Nov 26, 2011 at 2:12 PM, Joachim Durchholz <[email protected]> wrote: > Am 26.11.2011 20:58, schrieb Vladimir Perić: >> >> On Sat, Nov 26, 2011 at 5:48 PM, Joachim Durchholz<[email protected]> >> wrote: >>> >>> Am 26.11.2011 17:22, schrieb Ronan Lamy: >>>> >>>> As with most problems concerning the test suite, the best solution would >>>> be to use pytest: [http://pytest.org/latest/builtin.html#pytest.raises]. >>> >>> How does it avoid the use of strings as parameters? >>> (Note that to use raises() as a context manager, we need to advance >>> Sympy's >>> minimum requirement from Python 2.4 to Python 2.5.) >> >> I guess the point is that we don't need to reimplement things someone >> already has (and pytest is used quite a bit). > > I agree with that. > >> Also, the minimum Python is 2.5 since after version 0.7.0 -- where did >> you get the impression that we still support 2.4? That should probably >> change, wherever it was written. > > I picked that up from > http://code.google.com/p/sympy/wiki/DownloadInstallation?tm=2 .
Pages on the old wiki are very out of date. We should make sure that they are also updated and not just moved whenever http://www.google-melange.com/gci/task/view/google/gci2011/7132291 is fixed. Aaron Meurer > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
