sys.out.write should read sys.stdout.write() .. interesting thing about this is that if you try help(sys.stdout) you won't get what you need. Instead you should use help(sys.__stdout__). Somewhere along the lines the function must have been renamed --
This has been flagged as spam show
Its a pleasure to watch this.
grunder20 2 months ago
This has been flagged as spam show
absolutely great!
grunder20 3 months ago
Comment removed
sayhitotim 1 year ago
sys.out.write should read sys.stdout.write() .. interesting thing about this is that if you try help(sys.stdout) you won't get what you need. Instead you should use help(sys.__stdout__). Somewhere along the lines the function must have been renamed --
jmbrackman 2 years ago