On 21/09/2007, Jim Jewett <[EMAIL PROTECTED]> wrote:
> (Outside ASCII), if you treat sys.argv as text, that is probably
> impossible without filesystem support.  Before python even sees the
> data, the terminal itself is allowed to change between canonical
> equivalents, which have different binary representations.

Please note - this statement is Unix specific. The situation on
Windows is entirely different (the fact that the CRT on Windows
emulates some aspects of the Unix semantics is not relevant here - you
need to understand the underlying OS model).

If you want to redesign things (and I don't, personally, believe that
is a good idea) then make sure you don't base your design solely on
Unix semantics.

Paul.
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to