-
-
Notifications
You must be signed in to change notification settings - Fork 245
AttributeError: 'FakeStdin' object has no attribute 'encoding' #293
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
The only one I personally encountered was Original Comment By: Steven Myint |
So far I'm looking at adding: from
from vanilla REPL:
However, it seems silly to write a bunch of code which may or may not do the right thing like this - I'd rather wait to hear that we need to implement something as a workaround. If our FakeStdin doesn't do something, it shouldn't implement it unless faking it makes things better for users. @myint, interested to hear what you and others think. I don't know what to do with I plan to add |
@myint I'm looking at all of the attributes of sys.stdin in a vanilla repl and wondering if I should really implement all of them. Do you need this for something, or was this just prospective? |
This looks like a bug that is specific to Original Comment By: Steven Myint |
So you guys are moving to GitHub? By the way, the comments look quite out of order. Compare this to the original. |
Oof, you're right. @ikanobori think it's worth fixing? We don't have tons of long conversations that evolve over time, but it's always sad to lose history. |
This is similar to bpython#293, which was fixed in a similar way. That case was for "sys.stdin".
bpython
:python
proper:The text was updated successfully, but these errors were encountered: