Re: [PATCH] Give python a chance to find "backported" modules
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:12
Johannes Schindelin [off-list ref] writes:
python 2.2.1 is perfectly capable of executing git-merge-recursive, provided that it finds heapq and sets. All you have to do is to steal heapq.py and sets.py from python 2.3 or newer, and drop them in your GIT_PYTHON_PATH.
Fair enough. But I do not think we would want to go further than this. Especially, shipping a copy of heapq and sets like we did for subprocess. Thanks anyway.