I was looking at Python2.7 for debian jessie since my goal was to downgrade Python 2.7.13 to 2.7.10 or lower (running on OSMC which is now on stretch). From its name it looked like that package was version 2.7.9.
I added deb http://ftp.de.debian.org/debian jessie main to my /etc/apt/sources.list according to the instructions here, and since I only had one line marked jessie I then proceeded with:
apt-get install -t jessie python2.7 After that was done python --version gave me 2.7.15+. That's not really what I was going for.
I'm wondering where I made a wrong assumption?