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 paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2017-05-03.07:23:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493796196.2.0.351440065942.issue30233@psf.upfronthosting.co.za>
In-reply-to
Content
> Victor, I forgot to ask.  Did you properly test IDLE before committing the patch?  This means building python 3.5, starting IDLE, and exercising the modules affected.  test_idle is nowhere nearly a substitute for such hand-testing.  This is a big part of the 'bother' I referred to.

No, I only ran test_idle. I didn't know that it's not enough.

I ran "./python -m idlelib" and played with the UI: no obvious bug
occurred. I don't know what I am supposed to test.
History
Date User Action Args
2017-05-03 07:23:16vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-03 07:23:16vstinnersetmessageid: <1493796196.2.0.351440065942.issue30233@psf.upfronthosting.co.za>
2017-05-03 07:23:16vstinnerlinkissue30233 messages
2017-05-03 07:23:16vstinnercreate