Skip to content

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

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

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

Conversation

@methane

@methanemethane commented Jul 22, 2022

Copy link
Copy Markdown
Member

@methanemethane 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
@methanemethane linked an issue Jul 22, 2022 that may be closed by this pull request
@methane
methane merged commit 5c7f3bc into python:mainJul 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-botbedevere-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 <songofacandy@gmail.com>
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 <songofacandy@gmail.com>
miss-islington added a commit that referenced this pull request Jul 24, 2022
…-95128)
(cherry picked from commit 5c7f3bc)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
miss-islington added a commit that referenced this pull request Jul 24, 2022
…-95128)
(cherry picked from commit 5c7f3bc)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stdlibStandard Library Python modules in the Lib/ directorytype-bugAn 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

@methane@miss-islington@bedevere-bot