Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
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.