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, martin.panter, python-dev, scoder, vstinner, yselivanov
Date 2015-05-31.08:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433059202.49.0.553422403076.issue24004@psf.upfronthosting.co.za>
In-reply-to
Content
Yury, your last change causes DeprecationWarning:

[ 38/398] test_asyncio
/media/disk/home/proj/python/cpython/Lib/test/test_asyncio/test_pep492.py:119: DeprecationWarning: Please use assertEqual instead.
  self.assertEquals(coro.send(None), 'spam')
History
Date User Action Args
2015-05-31 08:00:02martin.pantersetrecipients: + martin.panter, gvanrossum, scoder, vstinner, python-dev, yselivanov
2015-05-31 08:00:02martin.pantersetmessageid: <1433059202.49.0.553422403076.issue24004@psf.upfronthosting.co.za>
2015-05-31 08:00:02martin.panterlinkissue24004 messages
2015-05-31 08:00:02martin.pantercreate