W1501 bad-open-modeΒΆ

Message

'"%s" is not a valid mode for open.'

Description

Python supports: r, w, a[, x] modes with b, +, and U (only with r) options. See http://docs.python.org/2/library/functions.html#open