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 rhettinger
Recipients BreamoreBoy, docs@python, ezio.melotti, georg.brandl, giampaolo.rodola, josiahcarlson, lehmannro, python-dev, rhettinger
Date 2014-06-21.19:04:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403377442.72.0.913361875387.issue6916@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-06-21 19:04:02rhettingersetrecipients: + rhettinger, georg.brandl, josiahcarlson, giampaolo.rodola, lehmannro, ezio.melotti, docs@python, BreamoreBoy, python-dev
2014-06-21 19:04:02rhettingersetmessageid: <1403377442.72.0.913361875387.issue6916@psf.upfronthosting.co.za>
2014-06-21 19:04:02rhettingerlinkissue6916 messages
2014-06-21 19:04:02rhettingercreate