[Python-Dev] Replacement for print in Python 3.0

Guido van Rossum guido at python.org
Thu Sep 1 20:33:40 CEST 2005


(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/)


More information about the Python-Dev mailing list