This is an archive of the discontinued Mercurial Phabricator instance.

py3: use write() instead of print()
ClosedPublic

Authored by indygreg on Oct 12 2018, 1:24 PM.

Details

Summary

Because print() expects str and we want to write bytes.

There should be no functional changes as part of this.

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 12 2018, 1:24 PM
pulkit accepted this revision.Oct 12 2018, 4:29 PM
This revision was automatically updated to reflect the committed changes.