[Python-Dev] Divorcing str and unicode (no more implicit conversions).

Martin Blais blais at furius.ca
Sat Oct 15 08:50:21 CEST 2005


On 10/3/05, Michael Hudson <mwh at python.net> wrote:
> Martin Blais <blais at 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?


More information about the Python-Dev mailing list