Message 309708 - Python tracker (original) (raw)
Message309708
Author | Pox TheGreat |
---|---|
Recipients | Pox TheGreat, davin, pitrou, terry.reedy |
Date | 2018-01-09.16:11:04 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1515514264.62.0.467229070634.issue31804@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Unfortunately this is NOT a duplicate of https://bugs.python.org/issue28326. That issue is about a closed output stream. In that case sys.stdout and sys.stderr are file like objects which have been closed. This issue is about sys.stdout and sys.stderr being None! This is because pythonw was used not python. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2018-01-09 16:11:04 | Pox TheGreat | set | recipients: + Pox TheGreat, terry.reedy, pitrou, davin |
2018-01-09 16:11:04 | Pox TheGreat | set | messageid: 1515514264.62.0.467229070634.issue31804@psf.upfronthosting.co.za |
2018-01-09 16:11:04 | Pox TheGreat | link | issue31804 messages |
2018-01-09 16:11:04 | Pox TheGreat | create |