]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes.
authorGuido van Rossum <guido@python.org>
Thu, 27 Apr 2006 22:54:26 +0000 (22:54 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 27 Apr 2006 22:54:26 +0000 (22:54 +0000)
commit13e57219d3143e4bae976a90846d6902e0514006
tree09ddd82e022136d75d9271e3ab3f75753a5eb770
parent1b283c5bcce08dcda96a0fc86af5b10682f3baa3
Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes.
Lib/test/test_bytes.py
Objects/bytesobject.c