On 15 Oct 2016, at 08:39, Yuya Nishihara <y...@tcha.org> wrote:
> 
> On Fri, 14 Oct 2016 17:55:25 +0100, Martijn Pieters wrote:
>> # HG changeset patch
>> # User Martijn Pieters <mjpiet...@fb.com>
>> # Date 1476464102 -3600
>> #      Fri Oct 14 17:55:02 2016 +0100
>> # Node ID 9031460519503abe5dc430c8ece29d198121cd65
>> # Parent  733fb9f7bc92c694ba6bededaeb93206528c0bcd
>> py3: refactor token parsing to handle call args properly
> 
> Queued them, thanks.
> 
>> +            nested = 0
>> +            for j in xrange(i + 2, len(tokens)):
> 
> s/xrange/range/ ;-)

Doh! I still had in my head the assumption the module import code would do this 
for us, except this **is** the module import code. *facepalm*.

--
Martijn

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to