]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch 1171 by mfenniak -- allow subclassing of bytes.
authorGuido van Rossum <guido@python.org>
Sat, 3 Nov 2007 00:24:24 +0000 (00:24 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 3 Nov 2007 00:24:24 +0000 (00:24 +0000)
commita6c04bed1ed51e87bf9a24bc4b9ab9364821aef5
tree9309c1d5e15fbc9990b914f1d78d93912780b720
parent2cc30daa863dfc73dba3f60d0102685949538624
Patch 1171 by mfenniak -- allow subclassing of bytes.
I suspect this has some problems when the subclass is evil,
but that's for later.
Lib/test/test_bytes.py
Objects/bytesobject.c