`bpython`: ``` python >>> 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: ``` python >>> import sys >>> sys.stdin.encoding 'UTF-8' ``` --- - Bitbucket: https://bitbucket.org/bobf/bpython/issue/293 - Originally Reported By: [Steven Myint](http://bitbucket.org/myint) - Originally Created At: 2014-06-27T04:38:10.625