Fix OSError when running on MinGW64 with MSYS2 by danyeaw · Pull Request #1393 · pallets/click

@danyeaw @davidism

Fixes pallets#1338. In version 6.0, echo and prompt functions were modified to
work with full unicode in the windows console by emulating an output
stream. Since MSYS2 uses a bash console it was creating an OSError to
apply these modifications when running in this environment.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators

Nov 13, 2020