file modes
/F
effbot at telia.com
Tue Feb 1 16:04:39 EST 2000
More information about the Python-list mailing list
Tue Feb 1 16:04:39 EST 2000
- Previous message (by thread): file modes
- Next message (by thread): file modes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dave Berkeley wrote: > But the "wb" mode does not seem to override the underlying mode of stdout. > I'm using Python 1.5.2 on Win 98 SE, talking to Apache 1.3.9. > > How can I write to stdout in binary mode? you can use the -u option to the interpreter to force stdout and stderr into unbuffered binary mode. </F>
- Previous message (by thread): file modes
- Next message (by thread): file modes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list