Message225948
| Author | terry.reedy |
|---|---|
| Recipients | Lita.Cho, ned.deily, python-dev, serhiy.storchaka, terry.reedy |
| Date | 2014-08-27.06:04:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1409119471.34.0.96450372719.issue22065@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-08-27 06:04:31 | terry.reedy | set | recipients: + terry.reedy, ned.deily, python-dev, serhiy.storchaka, Lita.Cho |
| 2014-08-27 06:04:31 | terry.reedy | set | messageid: <1409119471.34.0.96450372719.issue22065@psf.upfronthosting.co.za> |
| 2014-08-27 06:04:31 | terry.reedy | link | issue22065 messages |
| 2014-08-27 06:04:31 | terry.reedy | create | |