This is an archive of the discontinued Mercurial Phabricator instance.

py3: replace unicode with type(u'')
AbandonedPublic

Authored by pulkit on Jun 10 2018, 6:33 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

unicode is not present on Python 3 and throws NameError because default strings
on py3 are unicodes.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Jun 10 2018, 6:33 AM
pulkit abandoned this revision.Jun 14 2018, 7:41 AM