[Python-3000] Immutable bytes type and dbm modules

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Aug 8 13:03:15 CEST 2007


Georg Brandl wrote:

> mutable = mutable + immutable
> 
> mutable += immutable

I wouldn't have a problem with these being different.
They're already different with list + tuple (although
in that case, one of them is disallowed).

--
Greg


More information about the Python-3000 mailing list