-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
gh-132930: Implement PEP 773 #132931
Conversation
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}", | ||
}) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This script can be used to repackage releases a long way back, so it still has the support in there. Even though it lives in the repo alongside a particular version, it is pretty independent of the actual version it's laying out.
I'm going to merge this, as I need it to finish up the release scripts which need the most testing. Happy to take more comments here if people spot things that ought to be fixed (the launcher change will get backported eventually, but not directly from this PR.) |
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/