commit | fea7fc1ab5b1b6803401940250ce347a6aef6080 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Tue Sep 22 22:59:35 2015 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Tue Sep 22 22:59:35 2015 -0400 |
tree | 5374b36a811496e2c96ea59878ebdbd780a1282c | |
parent | b60d103de7da17a9bc9ded35d84ffe0dc90c1c3e [diff] |
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.