Closed Smeat closed 4 years ago
Minimal example:
python -c "open('foo', 'b')"
Results in:
Traceback (most recent call last): File "<string>", line 1, in <module> ValueError: Must have exactly one of create/read/write/append mode and at most one plus
Oops! Thanks Kevin, great catch and sorry for the delay (been busy with a big feature branch). Merged.
Minimal example:
Results in: