( )⚙ D3368 stringutil: ast.literal_eval needs a unicode on py3

This is an archive of the discontinued Mercurial Phabricator instance.

stringutil: ast.literal_eval needs a unicode on py3
ClosedPublic

Authored by durin42 on Apr 14 2018, 1:37 AM.

Details

Summary

Fortunately for us, this is really only used internally, so we can be
lazy about the encoding here.

test-wireproto-framing.py now passes on Python 3.

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

durin42 created this revision.Apr 14 2018, 1:37 AM
This revision was automatically updated to reflect the committed changes.