j
k
j a
j l
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')
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?
Back to the thread
Back to the list