Message273262
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. |
|
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 | |
|