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 ashkop, berker.peksag, ezio.melotti, flox, martin.panter, rbcollins, serhiy.storchaka, vstinner
Date 2016-05-22.16:17:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463933820.25.0.255801506388.issue18383@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -We::UserWarning -m test.regrtest test_warnings
Run tests sequentially
0:00:00 [1/1] test_warnings
/home/serhiy/py/cpython/Lib/test/test_warnings/__init__.py:108: UserWarning: FilterTests.test_ignore_after_default
  self.module.warn(message, UserWarning)
/home/serhiy/py/cpython/Lib/test/test_warnings/__init__.py:108: UserWarning: FilterTests.test_ignore_after_default
  self.module.warn(message, UserWarning)
test test_warnings failed -- multiple errors occurred; run in verbose mode for details
test_warnings failed
1 test failed:
    test_warnings
Total duration: 0:00:02
History
Date User Action Args
2016-05-22 16:17:00serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, rbcollins, ezio.melotti, flox, berker.peksag, martin.panter, ashkop
2016-05-22 16:17:00serhiy.storchakasetmessageid: <1463933820.25.0.255801506388.issue18383@psf.upfronthosting.co.za>
2016-05-22 16:17:00serhiy.storchakalinkissue18383 messages
2016-05-22 16:17:00serhiy.storchakacreate