f python?

Chris Angelico rosuav at gmail.com
Mon Apr 9 02:52:02 EDT 2012


On Mon, Apr 9, 2012 at 3:45 PM, Xah Lee <xahlee at gmail.com> wrote:
> because, slash is one of the useful char, far more so than backslash.
> Users should be able to use that for file names.
>

Users should be able to use EVERY character for their file names. So
here's a solution. Your path separator is the byte 0xFF, and your file
names are UTF-8 encoded. I think this will be a real winner, and you
should team up with Ranting Rick to produce a new operating system and
Python with this new specification and RULE THE WORLD!

Chris Angelico



More information about the Python-list mailing list