]> granicus.if.org Git - python/commit
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2015 02:59:35 +0000 (22:59 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2015 02:59:35 +0000 (22:59 -0400)
commitfea7fc1ab5b1b6803401940250ce347a6aef6080
tree5374b36a811496e2c96ea59878ebdbd780a1282c
parentb60d103de7da17a9bc9ded35d84ffe0dc90c1c3e
Issue #16893: Move idlelib.EditorWindow.HelpDialog deprecation warning
so it is not triggered on import.  The problem is creation of a now-unused
instance "helpDialog = HelpDialog()", left for back compatibility.
So instead trigger the warning when that instance or another is used.
Lib/idlelib/EditorWindow.py