8000 [3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) by benjaminp · Pull Request #17136 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2019

Conversation

benjaminp
Copy link
Contributor
@benjaminp benjaminp commented Nov 12, 2019

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.

2 participants
0