[EMAIL PROTECTED] wrote:
> I am playing around with OpenSwarm and was shocked to see that I cannot
> build Python with default encoding of utf-8 by passing a flag to
> configure... did I miss the option for doing so?
It is not set when you build but is instead set in sitecustomize.py.
But changing it is typically inadvisable in that any programs you write
will not port to other people's machines.

Jim

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to