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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
