Greg Ewing wrote: > Another thought -- what is going to happen to os.open? > Will it change to return bytes, or will there be a new > os.openbytes?
Nit-pickingly: os.open will continue to return integers. I think it should return OS handles on Windows, instead of C library handles. (also notice that this has nothing to do with stdio: os.open does not use stdio; this is POSIX open). Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com