commit | 74fa9f723f700a342e582b5ad4b51a2c4801cd1c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Nov 12 14:51:34 2019 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 12 14:51:34 2019 -0800 |
tree | 0d34e5bbb923f72121243ba0c425a39c08d4d411 | |
parent | d593881505c1f4acfd17f41312b27cc898451816 [diff] |
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) 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.