Terry Jan Reedy
Terry Jan Reedy
The no-gui (mock Text) test_squeezer.SqueezerTest.test_write_stdout indirectly calls squeezer.Squeezer.mywrite, which calls macosx.isAquaTk, which calls _init_tk_type, which calls tkinter.Tk to initialize macosx._tk_type. When a test is run on macOS with no GUI,...
`python -m test -uall test_os` ``` test test_os failed -- Traceback (most recent call last): File "f:\dev\3x\Lib\test\test_os.py", line 2229, in test_fdopen self.check_bool(os.fdopen, encoding="utf-8") ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "f:\dev\3x\Lib\test\test_os.py", line 2224, in check_bool...
In the Documentation chapter, Style Guide / [Code Examples](https://devguide.python.org/documentation/style-guide/#code-examples) has >The ellipsis for the [sys.ps2](https://docs.python.org/3/library/sys.html#sys.ps2) secondary interpreter prompt should only be used sparingly, where it is necessary to clearly differentiate...
There have been various discussions about doctesting interactive code examples in the python docs. The consensus has been that it is desirable that they pass. Indeed, CI currently has a...
In spite of previous spelling fixes over the years, there have been, I recall, at least 3 spell fix PRs over the last several months. The problem is that we...
"White packages have no wheel archives uploaded (yet!)." In my up-to-date Firefox browser, pythonwheels displays in my preferred dark mode and pyspark, is white on black versus white on green....