Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork252
Closed
Labels
Description
bpython:
>>>importsys>>>sys.stdin.encodingTraceback (mostrecentcalllast):File"<input>",line1,in<module>AttributeError:'FakeStdin'objecthasnoattribute'encoding'
python proper:
>>>importsys>>>sys.stdin.encoding'UTF-8'
- Bitbucket:https://bitbucket.org/bobf/bpython/issue/293
- Originally Reported By:Steven Myint
- Originally Created At: 2014-06-27T04:38:10.625