Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/migration: explicitly set binary mode for open() (#231)
open() uses non-binary by default. The equivalent pkg_resources.resource_stream() method opens in binary mode.
- Loading branch information