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 Oren Milman
Recipients Oren Milman, abarry, methane, serhiy.storchaka
Date 2016-10-08.17:51:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475949109.27.0.490532653063.issue28376@psf.upfronthosting.co.za>
In-reply-to
Content
Alright, just added 'with test.support.check_warnings(('', DeprecationWarning)):'.
*ver4.diff is attached.
I ran the tests again (this time using 'python_d.exe -We -m test -j3'), and they were successful :)

That was totally my bad, of course, but anyway, ISTM that https://docs.python.org/devguide/index.html should say './python -We -m test -j3' in section 4 (Run the tests).
History
Date User Action Args
2016-10-08 17:51:49Oren Milmansetrecipients: + Oren Milman, methane, serhiy.storchaka, abarry
2016-10-08 17:51:49Oren Milmansetmessageid: <1475949109.27.0.490532653063.issue28376@psf.upfronthosting.co.za>
2016-10-08 17:51:49Oren Milmanlinkissue28376 messages
2016-10-08 17:51:49Oren Milmancreate