Message 407434 - Python tracker
Message407434
| Author | serhiy.storchaka |
|---|---|
| Recipients | collinanderson, serhiy.storchaka |
| Date | 2021-12-01.09:22:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1638350573.4.0.866344479446.issue45944@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
What if change FileIO.isatty() instead? If make it returning False without invoking a system call if the file size is non-zero it will eliminate the need to expose _size. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-12-01 09:22:53 | serhiy.storchaka | set | recipients: + serhiy.storchaka, collinanderson |
| 2021-12-01 09:22:53 | serhiy.storchaka | set | messageid: <1638350573.4.0.866344479446.issue45944@roundup.psfhosted.org> |
| 2021-12-01 09:22:53 | serhiy.storchaka | link | issue45944 messages |
| 2021-12-01 09:22:53 | serhiy.storchaka | create | |