[Bug 633027] Re: bpython doesn't show output after utf-8 default encoding

2010-12-04 Thread Andreas Stührk
This has nothing to do with sys.setdefaultencoding(), it's because the sys module is reloaded. bpython sets sys.stdout, sys.stderr and sys.stdin to its own objects (needed because of the use of curses), but the reload of sys resets those attributes back to its original values. I don't really agree

[Bug 554796] Re: bpython crashed with error in clear_wrapped_lines()

2010-12-04 Thread Andreas Stührk
Already fixed in upstream and shouldn't happen with later versions anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/554796 Title: bpython crashed with error in clear_wrapped_lines() -- ubunt