mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
This change, which follows the behavior of C stdio's fdopen and Python 2's file object, allows pipes to be opened in append mode. |
||
|---|---|---|
| .. | ||
| clinic | ||
| _iomodule.c | ||
| _iomodule.h | ||
| bufferedio.c | ||
| bytesio.c | ||
| fileio.c | ||
| iobase.c | ||
| stringio.c | ||
| textio.c | ||
| winconsoleio.c | ||