Skip to content

[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112)#17137

Merged
benjaminp merged 1 commit into
3.7from
backport-74fa9f7-3.7
Nov 12, 2019
Merged

[3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112)#17137
benjaminp merged 1 commit into
3.7from
backport-74fa9f7-3.7

Conversation

@benjaminp

@benjaminp benjaminp commented Nov 12, 2019

Copy link
Copy Markdown
Contributor

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)

https://bugs.python.org/issue27805

…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants