[docs] [issue6916] Remove deprecated items from asynchat
Raymond Hettinger
report at bugs.python.org
Sat Jun 21 21:04:02 CEST 2014
Raymond Hettinger added the comment:
The tests are failing:
======================================================================
ERROR: test_basic (test.test_asynchat.TestFifo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/raymond/cpython/Lib/test/test_asynchat.py", line 266, in test_basic
assert issubclass(w[0].category, DeprecationWarning)
IndexError: list index out of range
======================================================================
ERROR: test_given_list (test.test_asynchat.TestFifo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/raymond/cpython/Lib/test/test_asynchat.py", line 283, in test_given_list
assert issubclass(w[0].category, DeprecationWarning)
IndexError: list index out of range
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6916>
_______________________________________
More information about the docs
mailing list