##// END OF EJS Templates
statprof: stop using the `pycompat.open()` shim...
statprof: stop using the `pycompat.open()` shim Different import style -> different grep pattern. Some of these lines are getting flagged as writing bytes to a non-binary file, but `pycompat.open()` doesn't stuff a `'b'` into the mode like the vfs layer does, so this is an existing bug.
Matt Harbison -
r53273:9b43246e default
Show More