This is an archive of the discontinued Mercurial Phabricator instance.

py3: replace file() with open() in test-mactext.t
ClosedPublic

Authored by pulkit on Feb 11 2018, 7:41 AM.

Details

Summary

file() is not present in Python 3.
This patch also adds a b'' prefix to make sure we write bytes in Python 3.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Feb 11 2018, 7:41 AM
This revision was automatically updated to reflect the committed changes.