[Python-3000] Immutable bytes type and dbm modules (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Wed Aug 8 13:03:15 CEST 2007
- Previous message: [Python-3000] Immutable bytes type and dbm modules
- Next message: [Python-3000] Immutable bytes type and dbm modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] Immutable bytes type and dbm modules
- Next message: [Python-3000] Immutable bytes type and dbm modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]