This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: No option displayed in the Python install on windows XP
Type: behavior Stage: resolved
Components: Installation Versions: Python 3.5
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: djoudi, eryksun, larry, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2015-09-15 08:13 by djoudi, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py-install-xp.bmp djoudi, 2015-09-15 08:13 A screen capture shown the explained behavior
Messages (6)
msg250734 - (view) Author: Djoudi Benarfa (djoudi) Date: 2015-09-15 08:15
The Python installation on Windows XP has a bizarre behavior.
No option is displayed in the first window of the installer (See attached screen capture).
but when I click blindly in the empty space, the installer continue to the next window.
msg250736 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2015-09-15 08:26
Python 3.5 is not supported on Windows XP.


The Python core dev team's policy is, a major Python version (e.g. 3.4, 3.5) only supports the Windows versions that are currently supported by Microsoft at the time of the initial release (e.g. 3.4.0 final, 3.5.0 final):

https://www.python.org/dev/peps/pep-0011/#microsoft-windows


Microsoft ended support for Windows XP on April 8, 2014:

http://windows.microsoft.com/en-GB/windows/lifecycle

Python 3.5.0 final was released on September 13, 2015, seventeen months later.  Therefore, Python 3.5 is the first Python release to drop support for Windows XP.
msg250737 - (view) Author: Eryk Sun (eryksun) * (Python triager) Date: 2015-09-15 08:28
Maybe the download page should direct XP users to install 3.4.x.
msg250740 - (view) Author: Djoudi Benarfa (djoudi) Date: 2015-09-15 08:40
Thanks for your response, I didn't know it.
+1 eryksun, this should be mentioned in python website.
msg250746 - (view) Author: Larry Hastings (larry) * (Python committer) Date: 2015-09-15 08:53
That's an interesting thought, eryksun.  I'll pass it along to the python.org web developers.


Djoudi, it is mentioned on the Python web site, in the What's New In Python 3.5 document:

https://docs.python.org/3.5/whatsnew/3.5.html#unsupported-operating-systems
msg250748 - (view) Author: Djoudi Benarfa (djoudi) Date: 2015-09-15 08:59
I got it, thanks.
History
Date User Action Args
2022-04-11 14:58:21adminsetgithub: 69307
2015-09-15 08:59:08djoudisetmessages: + msg250748
2015-09-15 08:53:49larrysetmessages: + msg250746
2015-09-15 08:40:09djoudisetmessages: + msg250740
2015-09-15 08:28:22eryksunsetnosy: + eryksun
messages: + msg250737
2015-09-15 08:26:54larrysetstatus: open -> closed

nosy: + larry
messages: + msg250736

resolution: wont fix
stage: resolved
2015-09-15 08:23:14djoudisettitle: Python install on windows XP -> No option displayed in the Python install on windows XP
2015-09-15 08:15:49djoudisettitle: Python want -> Python install on windows XP
2015-09-15 08:15:05djoudisetmessages: + msg250734
2015-09-15 08:13:10djoudicreate