[issue24004] avoid explicit generator type check in asyncio

Martin Panter report at bugs.python.org
Sun May 31 10:00:02 CEST 2015


Martin Panter added the comment:

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')

----------
nosy: +vadmium

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24004>
_______________________________________


More information about the Python-bugs-list mailing list