This is an archive of the discontinued Mercurial Phabricator instance.

py3: add r'' to convert keys to keyword arguments to str
ClosedPublic

Authored by pulkit on Feb 5 2018, 3:22 AM.

Details

Summary
  1. skip-blame as we are just adding r''

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

pulkit created this revision.Feb 5 2018, 3:22 AM
yuja accepted this revision.Feb 5 2018, 9:07 AM
This revision is now accepted and ready to land.Feb 5 2018, 9:07 AM
yuja added a comment.Feb 5 2018, 9:10 AM

Queued, but perhaps we should stop using **{...} since we no longer
need to support Python 2.5. *args, opt=... should work.

https://docs.python.org/2/whatsnew/2.6.html#other-language-changes

This revision was automatically updated to reflect the committed changes.