print statement improvements
`print >>None` goes to stdout, and printing to things without write() functions should throw exceptions.
Showing
Please register or sign in to comment
`print >>None` goes to stdout, and printing to things without write() functions should throw exceptions.