progress
progress copied to clipboard
Support changing sys.stderr
It would be nice if progress
supported the situation when sys.stderr
is changed at runtime. Currenly, it is bound in Infinity.file
at import time and further changes to sys.stderr
are not reflected. I'd like to suggest changing Infinity.file
into a property returning sys.stderr
.
Related: https://github.com/Drekin/win-unicode-console/issues/11.