[Python-3000] Immutable bytes type and dbm modules
Fred Drake
fdrake at acm.org
Tue Aug 7 03:41:40 CEST 2007
On Aug 6, 2007, at 9:30 PM, Greg Ewing wrote:
> If the literal form is frozen, on the other hand,
> you only incur these overheads when you really need
> a mutable copy of the data.
Indeed. I have no reason to think the desire for a frozen form is
the oddball case; I suspect it will be much more common than the need
for mutable bytes objects from literal data in my own code.
-Fred
--
Fred Drake <fdrake at acm.org>
More information about the Python-3000
mailing list