This patch adds b'' to string literal to make it compatible with in-core Python
3 compatibility.
- skip-blame because we are just adding b''
durin42 |
hg-reviewers |
This patch adds b'' to string literal to make it compatible with in-core Python
3 compatibility.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
For patches like this that are just adding bytes prefixes, let's go ahead and do a '# skip-blame' as in d92dc725223bbde09963fc431e57d32a40c4167d (aka D1170) so that blame is cleaner in the future.