file read, binary or text mode
Peter Hansen
peter at engcorp.com
Fri Sep 24 07:41:44 EDT 2004
More information about the Python-list mailing list
Fri Sep 24 07:41:44 EDT 2004
- Previous message (by thread): file read, binary or text mode
- Next message (by thread): file read, binary or text mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guyon Morée wrote: > what is the difference? > > if I open a text file in binary (rb) mode, it doesn't matter... the read() > output is the same. If you are on Linux that's the case... or under other conditions. Maybe describing your platform and showing an example of what you're trying to do would be helpful. -Peter
- Previous message (by thread): file read, binary or text mode
- Next message (by thread): file read, binary or text mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list