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 martin.panter
Recipients THRlWiTi, Todd.Rovito, asvetlov, docs@python, eric.araujo, georg.brandl, markroseman, martin.panter, ned.deily, python-dev, roger.serwy, terry.reedy, zach.ware
Date 2015-09-23.01:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442971858.24.0.518036288399.issue16893@psf.upfronthosting.co.za>
In-reply-to
Content
The tests seem to have grown a new Deprecation Warning (triggered when run with python -bWall). Looks like this may be a side effect of revision 2d808b72996d.

[160/392] test_idle
/media/disk/home/proj/python/cpython/Lib/idlelib/EditorWindow.py:88: DeprecationWarning: EditorWindow.HelpDialog is no longer used by Idle.
It will be removed in 3.6 or later.
It has been replaced by private help.HelpWindow

  helpDialog = HelpDialog()  # singleton instance, no longer used
History
Date User Action Args
2015-09-23 01:30:58martin.pantersetrecipients: + martin.panter, georg.brandl, terry.reedy, ned.deily, roger.serwy, eric.araujo, asvetlov, markroseman, THRlWiTi, docs@python, Todd.Rovito, python-dev, zach.ware
2015-09-23 01:30:58martin.pantersetmessageid: <1442971858.24.0.518036288399.issue16893@psf.upfronthosting.co.za>
2015-09-23 01:30:58martin.panterlinkissue16893 messages
2015-09-23 01:30:57martin.pantercreate