-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
cmd.py: add instance-specific stdin/out #36630
Comments
The following patch adds stdin, stdout as optional If this is acceptable, I'll provide a documentation |
Logged In: YES There's no uploaded file! You have to check the Please try again. (This is a SourceForge annoyance that we can do |
Logged In: YES damn. here's patch |
Logged In: YES +1. But before you check it in, watch out -- looks like the Hm, what's this? self.stdout.write('*** Unknown syntax: %s Why write the contents of the line twice? It also looks like the patch is a reverse diff. |
Logged In: YES reverse diff - oops. The str(line) repr(line) bit is because |
Logged In: YES OK, go ahead and check it in then. (Modulo the warnings |
Logged In: YES Checking in Lib/cmd.py; |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: