D2226: progress: use %d to format ints instead of %s
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Tue Feb 13 17:16:28 UTC 2018
durin42 added a comment.
In https://phab.mercurial-scm.org/D2226#36921, @indygreg wrote:
> Ugh. Maybe `.format()` would be better here. We can use that in 3.5 for bytes, right?
Python 3.6.2 (default, Jul 17 2017, 17:35:42)
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> b''.format
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'bytes' object has no attribute 'format'
Sigh.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2226
To: durin42, #hg-reviewers, indygreg
Cc: indygreg, mercurial-devel
More information about the Mercurial-devel
mailing list