Remove instructions to check if windows is 32-bit or 64-bit.#1875
Open
hjwp wants to merge 1 commit intoDjangoGirls:masterfrom
Open
Remove instructions to check if windows is 32-bit or 64-bit.#1875hjwp wants to merge 1 commit intoDjangoGirls:masterfrom
hjwp wants to merge 1 commit intoDjangoGirls:masterfrom
Conversation
Windows 10 was the last version of windows to support 32-bit, that dates back to 10 years ago now, and the latest version, Windows 11, only has 64-bit, since 2021. most manufacturers stopped had stopped building 32-bit computers by 2017 (https://www.quora.com/Are-32-bit-computers-still-being-produced-as-of-2017) This change proposes we remove the big, fiddly chunk of instructions for "how to check whether you have 32-bit windows", but! it replaces them with a mention of using 32-bit in the already-existing "what to do if you have any problems" paragraph, later on. my hope is that this makes life easier for the 90% of users on 64-bit windows, whilst not making things that much worse for people with older PCs. am aware that other cultural contexts may be v different in respect, where there is a lot of older hardware around!
das-g
reviewed
Sep 20, 2025
| When the installation completes, you may see a dialog box with a link you can follow to learn more about Python or about the version you installed. Close or cancel that dialog -- you'll be learning more in this tutorial! | ||
|
|
||
| Note: If you are using an older version of Windows (7, Vista, or any older version) and the Python {{ book.py_version }} installer fails with an error, then install all Windows Updates and try to install Python again. If you still have the error, try installing Python version {{ book.py_min_release }} from [Python.org](https://www.python.org/downloads/windows/). | ||
| Note: If you are using an older version of Windows (7, Vista, or any older version) and the Python {{ book.py_version }} installer fails with an error, then install all Windows Updates and try to install Python again. If you still have the error, try installing the 32-bit version of Python, or try installing an older version, Python {{ book.py_min_release }}, from [Python.org](https://www.python.org/downloads/windows/). |
Member
There was a problem hiding this comment.
Should Windows 10 be listed here, too, now? E.g.
Suggested change
| Note: If you are using an older version of Windows (7, Vista, or any older version) and the Python {{ book.py_version }} installer fails with an error, then install all Windows Updates and try to install Python again. If you still have the error, try installing the 32-bit version of Python, or try installing an older version, Python {{ book.py_min_release }}, from [Python.org](https://www.python.org/downloads/windows/). | |
| Note: If you are using an older version of Windows (10, 7, Vista, or any older version) and the Python {{ book.py_version }} installer fails with an error, then install all Windows Updates and try to install Python again. If you still have the error, try installing the 32-bit version of Python, or try installing an older version, Python {{ book.py_min_release }}, from [Python.org](https://www.python.org/downloads/windows/). |
Contributor
Author
There was a problem hiding this comment.
yes or maybe we can just say "an older PC or version of Windows" and forget specifying specific versions?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Windows 10 was the last version of windows to support 32-bit, that dates back to 10 years ago now, and the latest version, Windows 11, only has 64-bit, since 2021. most manufacturers stopped had stopped building 32-bit computers by 2017 (https://www.quora.com/Are-32-bit-computers-still-being-produced-as-of-2017)
This change proposes we remove the big, fiddly chunk of instructions for "how to check whether you have 32-bit windows",
but! it replaces them with a mention of using 32-bit in the already-existing "what to do if you have any problems" paragraph, later on.
my hope is that this makes life easier for the 90% of users on 64-bit windows, whilst not making things that much worse for people with older PCs.
am aware that other cultural contexts may be v different in respect, where there is a lot of older hardware around!
Changes in this pull request: