Skip to content
Snippets Groups Projects
Commit 745b0df0 authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

py3: use bytes instead of str in isinstance

Internally we use bytes everywhere, and str on Python 3 is unicodes, so we need
to make sure we are doing the right check.

Differential Revision: https://phab.mercurial-scm.org/D2458
parent 4223bef1
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment