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