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 kbk, roger.serwy, serhiy.storchaka, terry.reedy
Date 2015-11-27.18:13:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448647986.99.0.712792565134.issue25747@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test.regrtest -uall -R 3:3 test_idle
[1/1] test_idle
beginning 6 repetitions
123456
test test_idle failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython-debug/Lib/idlelib/idle_test/test_warning.py", line 76, in test_idlever
    self.assertEqual(len(w), 1)
AssertionError: 0 != 1

1 test failed:
    test_idle
History
Date User Action Args
2015-11-27 18:13:07serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, roger.serwy
2015-11-27 18:13:06serhiy.storchakasetmessageid: <1448647986.99.0.712792565134.issue25747@psf.upfronthosting.co.za>
2015-11-27 18:13:06serhiy.storchakalinkissue25747 messages
2015-11-27 18:13:06serhiy.storchakacreate