-
-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
bpython:
>>> import sys
>>> sys.stdin.encoding
Traceback (most recent call last):
File "<input>", line 1, in <module>
AttributeError: 'FakeStdin' object has no attribute 'encoding'python proper:
>>> import sys
>>> 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