str and bytes are both implemented on context types. However,
str behaves differently on Python 2 and 3.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG4fe2041007ed: py3: use bytes() to cast context instances
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.