pythonizer
pythonizer copied to clipboard
open without a specified mode incorrectly defaults to 'w' (write)
open without a specified mode incorrectly defaults to 'w' (write) - the default should be 'r' (read)
Fixed in https://github.com/snoopyjc/pythonizer