Quote:
Originally Posted by BeckyEbook
It works! Thank you!
|
Great! I tried to redirect stdout but it fails since there is no way to know when the last replacement is being done by the user in advance so there is no way to put stdout back where it belongs (using the python __del__ method will not always work since it waits until garbage collection happens).
So I will push this version to master.