Re: [Python-3000] [Python-Dev] Filename as byte string in python 2.6 or 3.0?

2008-10-12 Thread Martin v. Löwis
> I am using bits of PUA Which bits specifically? Regards, Martin ___ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-arc

Re: [Python-3000] [Python-Dev] Filename as byte string in python 2.6 or 3.0?

2008-10-12 Thread Marcin 'Qrczak' Kowalczyk
2008/10/12 "Martin v. Löwis" <[EMAIL PROTECTED]>: >> I am using bits of PUA > > Which bits specifically? Well, not bits in the technical sense, just a small range U+E650...U+E677. -- Marcin Kowalczyk [EMAIL PROTECTED] http://qrnik.knm.org.pl/~qrczak/

Re: [Python-3000] [Python-Dev] Filename as byte string in python 2.6 or 3.0?

2008-10-12 Thread Martin v. Löwis
>>> I am using bits of PUA >> Which bits specifically? > > Well, not bits in the technical sense, just a small range U+E650...U+E677. :-) That's exactly what I wanted to know. If Python ever uses PUA characters, there shouldn't be any collisions with that range. Regards, Martin