[pacman-dev] [PATCH 1/8] Restore ability to run tests with version 2.5 of Python.

Jeremy Heiner scalaprotractor at gmail.com
Thu Oct 10 06:20:49 EDT 2013


On Wed, Oct 9, 2013 at 11:16 PM, Allan McRae <allan at archlinux.org> wrote:
> In fact, python 2.6 will be EOL with 2.6.9 which is released this month.
>  I'd say not even to support that.

I wholeheartedly agree, but obviously I haven't earned the right yet
to post patches that make decisions of that impact. And I thought it
would be interesting to have an inventory of what features were
already in use. I only included 2.5 in my testing because in all the
code there was only just one use of a 2.6 feature.

How does everyone feel about adding "if version less than 2.7 then
throw an exception" to pactest main to document this decision?

Jeremy


More information about the pacman-dev mailing list