Hi Andreas, On Mon, Jun 13, 2011 at 9:16 PM, Andreas <[email protected]> wrote: > Something completely different, this trick works fine in CPython: > > import sys > sys.stdout = codecs.getwriter('utf8')(sys.stdout) > print "[some unicode]"
Already fixed between 1.5 and trunk (unless you have another example that crashes than the one I just tried). Thanks anyway :-) A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
