]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132930: Implement PEP 773 (GH-132931)
authorSteve Dower <steve.dower@python.org>
Mon, 28 Apr 2025 12:57:47 +0000 (13:57 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 12:57:47 +0000 (13:57 +0100)
commite20ca6d1b006674be23d16083f273e8a7b8f77b6
treec230245e6d850634cf52cf041348913a241f2257
parent11f457cf41beede182d7387080f35c73f8f4a46f
gh-132930: Implement PEP 773 (GH-132931)

This change to the core CPython repo:
* Adds PyManager support to PC/layout
* Adds a warning message to the legacy py.exe if subcommands are invoked
* Add deprecation message to traditional installer
* Updates using/windows docs
Doc/using/windows.rst
Misc/NEWS.d/next/Windows/2025-04-25-13-34-27.gh-issue-132930.6MJumW.rst [new file with mode: 0644]
PC/launcher2.c
PC/layout/main.py
PC/layout/support/options.py
PC/layout/support/pymanager.py [new file with mode: 0644]
Tools/msi/bundle/Default.thm
Tools/msi/bundle/Default.wxl