cmdutil: stop using the `pycompat.open()` shim...
cmdutil: stop using the `pycompat.open()` shim
Somewhat dubious I suppose, but maybe it makes sense to use the type checking
system to more aggressively use str for trivial things like the `mode` argument
to the function that calls this. That's a project for another day.