[Python-Dev] Replacement for print in Python 3.0
Guido van Rossum
guido at python.org
Thu Sep 1 20:33:40 CEST 2005
More information about the Python-Dev mailing list
Thu Sep 1 20:33:40 CEST 2005
- Previous message: [Python-Dev] itertools.chain should take an iterable ?
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
(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/)
- Previous message: [Python-Dev] itertools.chain should take an iterable ?
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list