( )⚙ D1559 py3: make sure the first argument of time.strftime() is str

This is an archive of the discontinued Mercurial Phabricator instance.

py3: make sure the first argument of time.strftime() is str
ClosedPublic

Authored by pulkit on Nov 29 2017, 6:10 PM.

Details

Summary

time.strftime() does not accepts bytes as its first argument on py3.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

pulkit created this revision.Nov 29 2017, 6:10 PM
yuja accepted this revision.Nov 30 2017, 7:32 AM
This revision is now accepted and ready to land.Nov 30 2017, 7:32 AM
This revision was automatically updated to reflect the committed changes.