[Python-3000] Immutable bytes type and dbm modules

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Aug 7 10:51:50 CEST 2007


Martin v. Löwis wrote:
> That assumes that the mutable bytes type also supports changes to
> its length.

It would be surprising if it didn't, because that would
make it different from all the other builtin mutable
sequences.

--
Greg


More information about the Python-3000 mailing list