mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Ensure that ``truncate()`` preserves the file position (as reported by ``tell()``) after writes longer than the buffer size. |
||
|---|---|---|
| .. | ||
| clinic | ||
| _iomodule.c | ||
| _iomodule.h | ||
| bufferedio.c | ||
| bytesio.c | ||
| fileio.c | ||
| iobase.c | ||
| stringio.c | ||
| textio.c | ||
| winconsoleio.c | ||