(Please don't send private replies.) On 9/1/05, Eric Nieuwland <eric.nieuwland at xs4all.nl> wrote: > I have a lot of code that uses read()/write() to for binary file access. > Will that break by this change? > If so, I'd like to propose writes() instead of write() as proposed. No, that's the beauty. (Assuming the file is opened in binary mode.) -- --Guido van Rossum (home page: http://www.python.org/~guido/)