Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarification, _getStringStream *should* return `unicode` in Python 2, `str` in Python 3, IF the stream requested exists. If it does not exist, it returns `None`, which cannot be added to bytes. This commit adds a check for None, returning an empty bytes string if matched.
- Loading branch information