[execnet-dev] gw python 2.4 broken, on purpose or just a bug?

Dima Tisnek dimaqq at gmail.com
Tue Jun 2 09:30:22 CEST 2015


Commit 2df363b30a8b
use-subprocess32-if-available (pull request #13)
https://mail.python.org/pipermail/execnet-commit/2014-November/000276.html

contains:

'subprocess': ['subprocess32' if SUBPROCESS32 else 'subprocess'],

which breaks if target runs Python 2.4

I can't recall if 2.4 was abandoned, pypi used to stated 2.4-3.1, not
it states 2.6-3.x what was the latest version that supported 2.4?


More information about the execnet-dev mailing list