progress icon indicating copy to clipboard operation
progress copied to clipboard

Support changing sys.stderr

Open Drekin opened this issue 9 years ago • 0 comments

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.

Drekin avatar Jul 30 '15 09:07 Drekin