python_koans
python_koans copied to clipboard
Disable PYTHON_COLORS in run script
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)