Skip to content

bpo-31603 Add file args to input builtin #3814

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

Closed
wants to merge 1 commit into from
Closed

Conversation

wt
Copy link

@wt wt commented Sep 29, 2017

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

@wt
Copy link
Author

wt commented Sep 29, 2017

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.

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.
@merwok merwok changed the title Add file args to input builtin. bpo-31603 Add file args to input builtin Oct 3, 2017
@github-actions
Copy link

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Feb 23, 2022
Copy link
Contributor

@MaxwellDupre MaxwellDupre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python Users should be aware of what is available hence, they need some documentation plus a NEWS entry.

@github-actions github-actions bot removed the stale Stale PR or inactive for long period of time. label Jul 29, 2022
@github-actions
Copy link

github-actions bot commented Sep 1, 2022

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Sep 1, 2022
@iritkatriel
Copy link
Member

iritkatriel commented Oct 29, 2022

Closing as the OP indicated on the issue that they will not complete this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants