Skip to content

gh-93157: Fix fileinput didn't support errors in inplace mode#95128

Merged
methane merged 3 commits intopython:mainfrom
methane:fileinput-errors
Jul 24, 2022
Merged

gh-93157: Fix fileinput didn't support errors in inplace mode#95128
methane merged 3 commits intopython:mainfrom
methane:fileinput-errors

Conversation

@methane
Copy link
Copy Markdown
Member

@methane methane commented Jul 22, 2022

@methane methane added type-bug An unexpected behavior, bug, or error needs backport to 3.10 only security fixes stdlib Standard Library Python modules in the Lib/ directory needs backport to 3.11 only security fixes labels Jul 22, 2022
@methane methane linked an issue Jul 22, 2022 that may be closed by this pull request
@methane methane merged commit 5c7f3bc into python:main Jul 24, 2022
@methane methane deleted the fileinput-errors branch July 24, 2022 02:42
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link
Copy Markdown

GH-95187 is a backport of this pull request to the 3.11 branch.

@bedevere-bot
Copy link
Copy Markdown

GH-95188 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 24, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 24, 2022
…de (pythonGH-95128)

(cherry picked from commit 5c7f3bc)

Co-authored-by: Inada Naoki <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 24, 2022
…de (pythonGH-95128)

(cherry picked from commit 5c7f3bc)

Co-authored-by: Inada Naoki <[email protected]>
miss-islington added a commit that referenced this pull request Jul 24, 2022
miss-islington added a commit that referenced this pull request Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stdlib Standard Library Python modules in the Lib/ directory type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fileinput with inplace=True ignores errors parameter

3 participants