-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
fileinput with inplace=True ignores errors parameter #93157
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
Comments
JelleZijlstra
added a commit
to JelleZijlstra/typeshed
that referenced
this issue
May 24, 2022
Fixes python#7922, part of python#7928. Also discovered an apparent CPython bug in the process: python/cpython#93157
This was referenced Jul 24, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
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 issue
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 issue
Jul 24, 2022
miss-islington
added a commit
that referenced
this issue
Jul 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#25272 by @methane added
encoding
anderrors
parameters tofileinput.FileInput
, but ignored them in the case whereinplace=True
is passed. Later #25648 added use ofencoding
in this branch, but noterrors
. I don't see whyerrors
shouldn't also be used in that branch, but maybe I'm missing something.The text was updated successfully, but these errors were encountered: