python_koans icon indicating copy to clipboard operation
python_koans copied to clipboard

Disable PYTHON_COLORS in run script

Open millerabel opened this issue 1 month ago • 0 comments

Fix issue is with syntax and output coloring in Python 3.14 that interferes with output stream wrapper. Add prefix PYTHON_COLORS=0 to the python3 invocation line in run.sh. This disables the output coloring function within the Python interpreter but does not affect output coloring from libraries or other components. The koans now run and complete successfully in 3.14. (Issue #295)

millerabel avatar Dec 04 '25 20:12 millerabel