[Python-3000] bug in i/o module buffering? (original) (raw)
Christian Heimes lists at cheimes.de
Sun Oct 28 19:27:05 CET 2007
- Previous message: [Python-3000] bug in i/o module buffering?
- Next message: [Python-3000] bug in i/o module buffering?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jim Jewett wrote:
Isn't bytes the immutable bytestring, so that you would need a buffer (rather than a bytes) if you plan to clear it out?
The types aren't renamed yet. Bytes is still the mutable bytestring and str8 the immutable.
Christian
- Previous message: [Python-3000] bug in i/o module buffering?
- Next message: [Python-3000] bug in i/o module buffering?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]