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 vstinner
Recipients python-dev, serhiy.storchaka, terry.reedy, vstinner
Date 2014-09-05.19:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409944305.81.0.764184327391.issue22340@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I replaced 1/0 with 1//0 in IDLE tests.

I also changed the context manager in test_collections, the sets module is just deprecated, it's not a Python 3 specific warning.

Thanks for the review Serhiy.
History
Date User Action Args
2014-09-05 19:11:45vstinnersetrecipients: + vstinner, terry.reedy, python-dev, serhiy.storchaka
2014-09-05 19:11:45vstinnersetmessageid: <1409944305.81.0.764184327391.issue22340@psf.upfronthosting.co.za>
2014-09-05 19:11:45vstinnerlinkissue22340 messages
2014-09-05 19:11:45vstinnercreate