Terry J. Reedy added the comment:

Since the menu argument was the 'opposite' of the stop argument, both in theory 
and practice, it was never needed as a parameter/argument. configGUI could have 
had the following first line to create it.
    menu = NORMAL if stop == DISABLED else DISABLED

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22065>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to