Message273262
| Author | martin.panter |
|---|---|
| Recipients | hathawsh, martin.panter, r.david.murray, vstinner, ztane |
| Date | 2016-08-21.03:13:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471749181.71.0.994063155541.issue27805@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Handling ESPIPE for append mode seems reasonable to me, even as a bug fix for existing versions. But there is a similar problem with "r+" and "w+" modes and unseekable files (unless buffering=0). See Issue 20074. So we can’t say in general that Python 3 faithfully implements all aspects of Python 2’s / C’s / Posix’s file modes. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-21 03:13:01 | martin.panter | set | recipients: + martin.panter, hathawsh, vstinner, r.david.murray, ztane |
| 2016-08-21 03:13:01 | martin.panter | set | messageid: <1471749181.71.0.994063155541.issue27805@psf.upfronthosting.co.za> |
| 2016-08-21 03:13:01 | martin.panter | link | issue27805 messages |
| 2016-08-21 03:13:01 | martin.panter | create | |