The keys of keyword arguments of Python 3 should be str, which is why we need to
prevent getting the b'' prefix added by the transformer or convert keys to str
using pycompat.strkwargs()
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHG7b86aa31b004: py3: fix handling of keyword arguments at more places
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.
strkwargs() ?