Internally we use bytes everywhere, and str on Python 3 is unicodes, so we need
to make sure we are doing the right check.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG745b0df08514: py3: use bytes instead of str in isinstance
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.