bpo-31603 Add file args to input builtin#3814
Conversation
a3a931e to
35922ce
Compare
September 29, 2017 16:13
|
The new commit I just pushed only renames the args. I basically set fin/fout/ferr to the new args to avoid frivolous code changes. I would like to settle the question about the need to flush the errfile before making those changes just so that part of the diff doesn't get hidden. |
Sorry, something went wrong.
This is a change to add support for overriding input, output, and error files used by the input builtin. See https://bugs.python.org/issue31603 for more.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
MaxwellDupre
left a comment
There was a problem hiding this comment.
Python Users should be aware of what is available hence, they need some documentation plus a NEWS entry.
Sorry, something went wrong.
|
This PR is stale because it has been open for 30 days with no activity. |
Sorry, something went wrong.
|
Closing as the OP indicated on the issue that they will not complete this. |
Sorry, something went wrong.
This is a change to add support for overriding input, output, and error
files used by the input builtin.
See https://bugs.python.org/issue31603 for more.
https://bugs.python.org/issue31603