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 serhiy.storchaka
Recipients dstufft, eric.araujo, martin.panter, python-dev, serhiy.storchaka
Date 2015-05-20.13:19:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432127998.85.0.56828238202.issue24245@psf.upfronthosting.co.za>
In-reply-to
Content
Committed all changes except test_queue.py. Looks as this file is worth separate issue for refactoring. For example asserRaises() can be used in multiple places instead of try/fail/except idiom. May be there is other non-idiomatic code.
History
Date User Action Args
2015-05-20 13:19:58serhiy.storchakasetrecipients: + serhiy.storchaka, eric.araujo, python-dev, martin.panter, dstufft
2015-05-20 13:19:58serhiy.storchakasetmessageid: <1432127998.85.0.56828238202.issue24245@psf.upfronthosting.co.za>
2015-05-20 13:19:58serhiy.storchakalinkissue24245 messages
2015-05-20 13:19:58serhiy.storchakacreate