Details
Details
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.
Event Timeline
Comment Actions
This patch didn't seem correct to me at first because str is a different type in Python 2 and 3. But if the desired result is to get a bytes, then the logic does seem to check out.