This is an archive of the discontinued Mercurial Phabricator instance.

py3: stop normalizing .encode()/.decode() arguments to unicode
ClosedPublic

Authored by indygreg on Oct 6 2019, 5:41 PM.

Details

Summary

Now that we don't byte transform string literals, we no longer need
this transform.

While we're here, we also drop some superfluous u'' prefix in existing
callers.

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

indygreg created this revision.Oct 6 2019, 5:41 PM
pulkit accepted this revision.Oct 6 2019, 11:39 PM
This revision is now accepted and ready to land.Oct 6 2019, 11:39 PM