Thanks, I see that it is not really a bug.

>>> import sys
>>> i, o, e = sys.stdin, sys.stdout, sys.stderr
>>> reload(sys)
>>> print(1)
>>> sys.stdout = o
>>> print(2)
2

I will change the status.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/633027

Title:
  bpython doesn't show output after utf-8 default encoding

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to