SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 152 Python

I don't know how come bytes.join() was a class method, but that's clearly

a mistake.  It's not a regular (instance) method. b".".join([b"a", b"b"])
now returns b"a.b" -- it used to return b"ab"!
G
Guido van Rossum committed
cd6ae68943e5bd219d0f32be346d1a730635aaa4
Parent: 0925e41