tests/test-check-interfaces.py.out
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 29 Dec 2017 05:47:17 +0530
changeset 35586 fbf1a5d680ea
parent 33807 b70029f355a3
child 37320 39f7d4ee8bcd
permissions -rw-r--r--
py3: don't use dict.iterkeys() Instead of iterating of dict.iterkeys(), let's iterate of dict as that will be equivalent and dict.iterkeys() is not present in Python 3. Differential Revision: https://phab.mercurial-scm.org/D1796

public attributes not in abstract interface: badpeer.badattribute
public attributes not in abstract interface: badpeer.badmethod