[Python-ideas] Accepting "?" as a valid character for identifiers
INADA Naoki
songofacandy at gmail.com
Sun Oct 31 18:48:12 CET 2010
> An other interesting postfix in the same line is "!" (for mutating methods).
bytearray is a mutable type but it's methods are designed for immutable bytes.
I think bytearray should provide in-place mutation method. And '!' is good for
the method. For example, bytearray.strip!() should be in-place.
--
INADA Naoki <songofacandy at gmail.com>
More information about the Python-ideas
mailing list