This is an archive of the discontinued Mercurial Phabricator instance.

py3: switch from print(..., file=) to write()
ClosedPublic

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

Details

Summary

Because Python 3's print() doesn't like bytes.

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