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 anacrolix
Recipients anacrolix, benjamin.peterson, rhettinger
Date 2012-03-16.07:45:44
SpamBayes Score 0.0030522204
Marked as misclassified No
Message-id <1331883945.34.0.322652565121.issue14333@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3.3 -m unittest test.test_queue

Generates errors in the unit test code of the form

AttributeError: 'BaseQueueTest' object has no attribute 'type2test'
History
Date User Action Args
2012-03-16 07:45:45anacrolixsetrecipients: + anacrolix, rhettinger, benjamin.peterson
2012-03-16 07:45:45anacrolixsetmessageid: <1331883945.34.0.322652565121.issue14333@psf.upfronthosting.co.za>
2012-03-16 07:45:44anacrolixlinkissue14333 messages
2012-03-16 07:45:44anacrolixcreate