Ned Deily
Ned Deily
Actually, IDLE does have code to look for an on-disk copy of the html-formatted Python documentation set but the paths are platform-specific and, in the Linux case, are out-of-date for...
Here's a patch to update the doc paths to include current ones for Debian/Ubuntu and Fedora. The patch will have to be tweaked a bit for 3.2/2.7 to change sys.base_prefix...
I think this devguide section should be restructured a bit to distinguish between building the HTML vs other formats and between Unix-y (``make``) vs Windows (``make.bat``) builds. I would expect...
The issue here is that how Tcl/Tk libraries are detected changed between 3.9 (and earlier branches) and 3.10, with a further change in 3.11. [As documented](https://docs.python.org/3.10/whatsnew/3.10.html#build-changes), 3.10 introduced [implicit support...
FTR, Tk-related GUI tests are skipped during macOS CI runs on other branches because the Python build is not an installed framework build and the Homebrew-supplied Tcl and Tk libs...
> I suggest that this issue include adding a direct test that macOS CI testing is done with GUI available, rather than depending on an accidental IDLE bug for detection....
> Ned, do you have any comments, pro or con, about doing so. I don't think there is a conflict here and I don't really have an opinion as I...
@ronaldoussoren
Setting as release blocker pending evaluation.
> Isn't MacOS 10.10 unsupported since 2017? By Apple, but there are still many users of older versions of macOS. The python.org macOS installers currently support running on systems back...