[Python-3000] bug in i/o module buffering?

Christian Heimes lists at cheimes.de
Sun Oct 28 19:27:05 CET 2007


Jim Jewett wrote:
> Isn't bytes the *im*mutable 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



More information about the Python-3000 mailing list