]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Apr 2019 22:32:33 +0000 (15:32 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2019 22:32:33 +0000 (15:32 -0700)
commit395bb94a7f1c3ec9c29976738dfc6cb5d31f9aee
tree3a7423e5436f0f854a68467b560a1e2da6a1c9f5
parentc05c1165abe7614ab3530adf8bc6c6cdefa9d0af
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849)

Since bpo-30291 it is possible to specify the architecture of Python when using the launcher
(cherry picked from commit 1e2ad6c275d2b09e76b7cbba7281d5a125a593c1)

Co-authored-by: mrh1997 <mrh1997@users.noreply.github.com>
Doc/using/windows.rst
Misc/ACKS