durin42 added a comment.
In https://phab.mercurial-scm.org/D5602#82808, @pulkit wrote: > It's weird that print works as a function too in Python 2. It's a hack: in the case of `print(one_item)` the parens are a noop on Python 2 and a function call on Python 3. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5602 To: durin42, #hg-reviewers, pulkit Cc: pulkit, mercurial-devel _______________________________________________ Mercurial-devel mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
