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.
It would be nice if
progress
supported the situation whensys.stderr
is changed at runtime. Currenly, it is bound inInfinity.file
at import time and further changes tosys.stderr
are not reflected. I'd like to suggest changingInfinity.file
into a property returningsys.stderr
.Related: https://github.com/Drekin/win-unicode-console/issues/11.