Oct. 17, 2005
12:26 a.m.
On 10/15/05, Reinhold Birkenfeld <reinhold-birkenfeld-nospam@wolke7.net> wrote:
Martin Blais wrote:
On 10/3/05, Michael Hudson <mwh@python.net> wrote:
Martin Blais <blais@furius.ca> writes:
How hard would that be to implement?
import sys reload(sys) sys.setdefaultencoding('undefined')
Hmmm any particular reason for the call to reload() here?
Yes. setdefaultencoding() is removed from sys by site.py. To get it again you must reload sys.
Thanks. cheers,