> oh, I take back my words, it's still there, just I need to > reload(sys).
Just don't. If you change the default encoding you are going to break important data structures like dicts in a subtle and hard to detect way. If your application needs to change the default encoding, it's broken. The function is removed for a very good reaso. -- http://mail.python.org/mailman/listinfo/python-list
