Message27628
Logged In: YES
user_id=593130
For ASCII protocol pickles, intended for human
readability, one should use text mode to be able to read
the file, for instance, in Notepad.
For either binary protocol, I would think binary mode
should be best even to reread on Windows. If anything is
added, I would put
"On Windows, open files in a mode (text/binary) that
matches the protocol."
at the bottom of http://docs.python.org/lib/node64.html
Looking forward to 3.0, when file mode might be more
significant (text/binary corresponding to unicode/bytes),
the "for windoews' qualifier might be omitted, but this
might be premature. |
|
Date |
User |
Action |
Args |
2007-08-23 14:38:06 | admin | link | issue1439659 messages |
2007-08-23 14:38:06 | admin | create | |
|