Commit Graph

1 Commits (c4d1f0d416a44e4a24322e2d3829439fdc7d0fe4)

Author SHA1 Message Date
Sam Doran 8b1ae30e2e
Use bytes rather than native string for result (#46281)
This prevents a stack trace in Python 3 when the result is an empty file since
the file is open in binary mode and a native string in Python 3 is str,
not bytes.
6 years ago