On Nov 19, 2007 8:05 AM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote: > Another question: > I noticed that open() and other functions accept bytes objects. Is it > intended? > There is no test for this in the test suite. I will add some when I > know what is needed.
Wasn't intended. We haven't completed fixing all places that still somehow use the old approach, accepting PyString and PyUnicode both. > Another question #2: > on posix platforms, os.path.supports_unicode_filenames is False. > So far, this variable is only used to run test_pep277.py or not. Did > we make some progress on this topic since the unicode-everywhere > rewrite? (see also http://bugs.python.org/issue767645 ) This may well be wrong, since we're supposed to accept Unicode everywhere. I don't know why that variable was introduced. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ 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