tests/test-check-interfaces.py.out
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 26 Feb 2018 16:19:53 +0530
changeset 36448 39c9f339b692
parent 33807 b70029f355a3
child 37320 39f7d4ee8bcd
permissions -rw-r--r--
py3: use email.utils module instead of email.Utils On py2: >>> import email >>> import email.utils as eutil >>> email.Utils.parseaddr is eutil.parseaddr True >>> email.Utils.formatdate is eutil.formatdate True email.Utils is not present on Python 3. Differential Revision: https://phab.mercurial-scm.org/D2453
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33807
b70029f355a3 tests: verify that peer instances only expose interface members
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
public attributes not in abstract interface: badpeer.badattribute
b70029f355a3 tests: verify that peer instances only expose interface members
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     2
public attributes not in abstract interface: badpeer.badmethod