achorrath233
Jun 06, 2013 - 19:41
I was trying out an example from the Python 2.7 documentation. It used sys.stdout.writelines(). This method failed with the following exception:
'StdoutCatcher' object has no attribute 'writelines'
What is StdoutCatcher?