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 versions as well
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 versions as well).