* TK <[EMAIL PROTECTED]> wrote:

> sys.stdout = codecs.lookup('utf-8')[-1](sys.stdout)
> What does this line mean?

"Wrap stdout with an UTF-8 stream writer".
See the codecs module documentation for details.

nd
-- 
http://mail.python.org/mailman/listinfo/python-list
  • codecs TK
    • Re: codecs André Malo

Reply via email to