-
-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I downloaded and extracted https://github.com/indygreg/python-build-standalone/releases/download/20231002/cpython-3.11.6+20231002-i686-pc-windows-msvc-static-install_only.tar.gz, then ran python.exe -c "import sys; print(sys.winver)"
and it printed 3.1
, instead of the expected 3.11
.
This is because on https://github.com/indygreg/python-build-standalone/blob/main/cpython-windows/build.py#L1525, the Python version gets truncated to 3 characters.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working