> The filesystem is unrelated to sys.argv, except for the need to pass > filenames through argv. If the filesystem is using bytes rather than > characters, then sys.argv must offer the same option, or else certain > scripts will (under some rare circumstances) fail.
The same holds for file names on Windows - they aren't byte strings, either. Regards, Martin _______________________________________________ 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