Message364059
| Author | terry.reedy |
|---|---|
| Recipients | Nofar Schnider, anthonypjshaw, rhettinger, terry.reedy |
| Date | 2020-03-13.00:37:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1584059846.04.0.271383369427.issue28775@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The rule for whether to switch to the configured directory might be if sys.stdout is None: chdir... On windows, this is true when starting in the console with pyw(pythonw) -m idlelib But there is no need to include the (Windows-only) 'w'. It is meant to be used in the Windows icon shortcut. The option to start in the configured directory even from the console might be seen as a plus. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-03-13 00:37:26 | terry.reedy | set | recipients: + terry.reedy, rhettinger, Nofar Schnider, anthonypjshaw |
| 2020-03-13 00:37:26 | terry.reedy | set | messageid: <1584059846.04.0.271383369427.issue28775@roundup.psfhosted.org> |
| 2020-03-13 00:37:26 | terry.reedy | link | issue28775 messages |
| 2020-03-13 00:37:25 | terry.reedy | create | |