Re: Testing against different versions of Python

2008-12-12 Thread Lie Ryan
On Fri, 12 Dec 2008 14:42:24 -0500, mercado wrote: > What is the best way to go about testing against different versions of > Python? For example, I have 2.5.2 installed on my machine (Ubuntu Hardy > 8.04), and I want to test a script against 2.5.2 and 2.5.1 (and possibly > other

Re: Testing against different versions of Python

2008-12-12 Thread Benjamin Kaplan
On Fri, Dec 12, 2008 at 2:42 PM, mercado wrote: > What is the best way to go about testing against different versions of > Python? For example, I have 2.5.2 installed on my machine (Ubuntu Hardy > 8.04), and I want to test a script against 2.5.2 and 2.5.1 (and possibly > other vers

Testing against different versions of Python

2008-12-12 Thread mercado
What is the best way to go about testing against different versions of Python? For example, I have 2.5.2 installed on my machine (Ubuntu Hardy 8.04), and I want to test a script against 2.5.2 and 2.5.1 (and possibly other versions as well). Thanks in advance. -- http://mail.python.org/mailman