[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. by benjaminp · Pull Request #17112 · python/cpython

benjaminp

…iles.

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.

Closed

benjaminp added a commit that referenced this pull request

Nov 12, 2019
…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..
(cherry picked from commit 74fa9f7)

Co-authored-by: Benjamin Peterson <benjamin@python.org>

benjaminp added a commit that referenced this pull request

Nov 12, 2019

…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..
(cherry picked from commit 74fa9f7)

Co-authored-by: Benjamin Peterson <benjamin@python.org>

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
…iles. (pythonGH-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.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
…iles. (pythonGH-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.