Skip to content

gh-132930: Implement PEP 773 #132931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

gh-132930: Implement PEP 773 #132931

wants to merge 15 commits into from

Conversation

zooba
Copy link
Member

@zooba zooba commented Apr 25, 2025

Primarily docs and deprecation warnings here, as the Python install manager will go into a separate repository.

Biggest change is adding support to the PC/layout script. The changes to use this script will go in the release-tools repository (and will also support using the latest script when repackaging older versions, so no need to backport).


📚 Documentation preview 📚: https://cpython-previews--132931.org.readthedocs.build/

@bedevere-app bedevere-app bot mentioned this pull request Apr 25, 2025
5 tasks
@zooba zooba marked this pull request as ready for review April 25, 2025 22:13
@zooba zooba requested a review from a team as a code owner April 25, 2025 22:13
Comment on lines +213 to +221
elif ns.include_chm:
STD_PEP514[0]["Help"]["Main Python Documentation"] = {
"_": rf"%PREFIX%Doc\{PYTHON_CHM_NAME}",
}
STD_START[0]["Items"].append({
"Name": f"{DISPLAY_NAME} {VER_DOT} Manuals{DISPLAY_SUFFIX}",
"Target": "%WINDIR%hhc.exe",
"Arguments": rf"%PREFIX%Doc\{PYTHON_CHM_NAME}",
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had thought we removed CHM ages ago?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants