This is an archive of the discontinued Mercurial Phabricator instance.
Authored by
pulkit on Feb 26 2018, 7:32 AM.
- 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
yuja requested changes to this revision.
yuja added inline comments.
This revision now requires changes to proceed.
pulkit retitled this revision from
py3: slice over bytes to prevent getting ascii values to
py3: slice over bytes or use .startswith() to prevent getting ascii values.
yuja accepted this revision.
This revision is now accepted and ready to land.
This revision was automatically updated to reflect the committed changes.
Nit: could be token.startswith('\t')