This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients gvanrossum, levkivskyi, martin.panter, python-dev
Date 2017-01-24.05:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485234787.54.0.0119629568035.issue28556@psf.upfronthosting.co.za>
In-reply-to
Content
ERROR: test_annotation_usage_with_methods (test.test_typing.NamedTupleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/proj/python/cpython/Lib/test/test_typing.py", line 2058, in test_annotation_usage_with_methods
    self.assertEquals(XMeth(1).double(), 2)
  File "/home/proj/python/cpython/Lib/unittest/case.py", line 1311, in deprecated_func
    DeprecationWarning, 2)
DeprecationWarning: Please use assertEqual instead.
History
Date User Action Args
2017-01-24 05:13:07martin.pantersetrecipients: + martin.panter, gvanrossum, python-dev, levkivskyi
2017-01-24 05:13:07martin.pantersetmessageid: <1485234787.54.0.0119629568035.issue28556@psf.upfronthosting.co.za>
2017-01-24 05:13:07martin.panterlinkissue28556 messages
2017-01-24 05:13:07martin.pantercreate